From 0d0eb516aec8da83d3f8d6cd80493ae9aa8d84d4 Mon Sep 17 00:00:00 2001 From: Henrik Hall Date: Wed, 17 Feb 2016 11:01:52 +0100 Subject: [PATCH] Step version to 1.0.2 --- jq/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jq/build.gradle b/jq/build.gradle index 63a5e82..58f012e 100644 --- a/jq/build.gradle +++ b/jq/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' -version = '1.0.1' +version = '1.0.2' android { compileSdkVersion 23 @@ -11,8 +11,8 @@ android { defaultConfig { minSdkVersion 1 targetSdkVersion 23 - versionCode 2 - versionName "1.0.1" + versionCode 3 + versionName "1.0.2" } buildTypes { }