File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ allprojects {
42422.添加依赖
4343``` gradle
4444dependencies {
45- compile 'com.github.pqpo:SmartCropper:v1.2.1 @aar'
45+ compile 'com.github.pqpo:SmartCropper:v1.2.2 @aar'
4646}
4747```
4848
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Step 1. Add it in your root build.gradle at the end of repositories:
4343Step 2. Add the dependency
4444```
4545 dependencies {
46- compile 'com.github.pqpo:SmartCropper:v1.2.1 @aar'
46+ compile 'com.github.pqpo:SmartCropper:v1.2.2 @aar'
4747 }
4848```
4949
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ dependencies {
2929 compile fileTree(dir : ' libs' , include : [' *.jar' ])
3030 compile ' com.android.support:appcompat-v7:25.3.1'
3131 compile ' com.android.support:support-v4:25.3.1'
32- // compile 'com.github.pqpo:SmartCropper:v1.2.1 '
32+ // compile 'com.github.pqpo:SmartCropper:v1.2.2 '
3333}
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 defaultConfig {
1010 minSdkVersion 14
1111 targetSdkVersion 25
12- versionCode 6
13- versionName " 1.2.1 "
12+ versionCode 7
13+ versionName " 1.2.2 "
1414
1515 externalNativeBuild {
1616 cmake {
You can’t perform that action at this time.
0 commit comments