Skip to content

Commit

Permalink
update_version
Browse files Browse the repository at this point in the history
  • Loading branch information
qiulinmin committed Jan 24, 2018
1 parent 2d74c9c commit 2f444f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
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.1.1@aar'
// compile 'com.github.pqpo:SmartCropper:v1.1.2@aar'
}
2 changes: 1 addition & 1 deletion smartcropperlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 14
targetSdkVersion 25
versionCode 3
versionName "1.1.1"
versionName "1.1.2"

externalNativeBuild {
cmake {
Expand Down

0 comments on commit 2f444f3

Please sign in to comment.