Skip to content

Commit ef1c12e

Browse files
committed
release 1.2.2
1 parent b1bb636 commit ef1c12e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ allprojects {
4242
2.添加依赖
4343
```gradle
4444
dependencies {
45-
 compile 'com.github.pqpo:SmartCropper:v1.2.1@aar'
45+
 compile 'com.github.pqpo:SmartCropper:v1.2.2@aar'
4646
}
4747
```
4848

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Step 1. Add it in your root build.gradle at the end of repositories:
4343
Step 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

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

smartcropperlib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)