Skip to content

Commit

Permalink
release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pqpo committed Sep 11, 2018
1 parent b1bb636 commit ef1c12e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.1@aar'
 compile 'com.github.pqpo:SmartCropper:v1.2.2@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.1@aar'
compile 'com.github.pqpo:SmartCropper:v1.2.2@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.1'
// compile 'com.github.pqpo:SmartCropper:v1.2.2'
}
4 changes: 2 additions & 2 deletions smartcropperlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 6
versionName "1.2.1"
versionCode 7
versionName "1.2.2"

externalNativeBuild {
cmake {
Expand Down

0 comments on commit ef1c12e

Please sign in to comment.