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