From d8f26bc1b666d69e92ca62ebf3c4cc493a65c73c Mon Sep 17 00:00:00 2001 From: Issei Aoki Date: Tue, 26 Apr 2016 17:37:43 +0900 Subject: [PATCH] version 1.1.2 --- simplecropview/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()