Skip to content

Commit

Permalink
release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pqpo committed Sep 11, 2018
1 parent ef1c12e commit 0e71b6d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ allprojects {
2.添加依赖
```gradle
dependencies {
 compile 'com.github.pqpo:SmartCropper:v1.2.2@aar'
 compile 'com.github.pqpo:SmartCropper:v1.2.3@aar'
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Step 1. Add it in your root build.gradle at the end of repositories:
Step 2. Add the dependency
```
dependencies {
compile 'com.github.pqpo:SmartCropper:v1.2.2@aar'
compile 'com.github.pqpo:SmartCropper:v1.2.3@aar'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:support-v4:25.3.1'
// compile 'com.github.pqpo:SmartCropper:v1.2.2'
// compile 'com.github.pqpo:SmartCropper:v1.2.3'
}
6 changes: 3 additions & 3 deletions smartcropperlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 7
versionName "1.2.2"
versionCode 8
versionName "1.2.3"

externalNativeBuild {
cmake {
cppFlags "-std=c++11 -frtti -fexceptions -lz"
abiFilters 'armeabi-v7a', 'x86'
// arguments '-DANDROID_STL=gnustl_shared'
arguments '-DANDROID_STL=gnustl_shared'
}
}

Expand Down

0 comments on commit 0e71b6d

Please sign in to comment.