diff --git a/simplecropview/build.gradle b/simplecropview/build.gradle index 2a9eefc..9eb961a 100644 --- a/simplecropview/build.gradle +++ b/simplecropview/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 10 targetSdkVersion 23 - versionCode 19 - versionName "1.1.1" + versionCode 20 + versionName "1.1.2" } buildTypes { release { @@ -25,7 +25,7 @@ apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' group = 'com.isseiaoki' -version = '1.1.1' +version = '1.1.2' def siteUrl = 'https://github.com/IsseiAoki/SimpleCropView' def gitUrl = 'https://github.com/IsseiAoki/SimpleCropView.git' Properties properties = new Properties()