From 5c389d30bd5374bc1c0275c6991d712064fd0626 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Sat, 10 Oct 2015 20:59:39 +0200 Subject: bump version --- aboutit/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aboutit/build.gradle b/aboutit/build.gradle index c6ebbc8..bb3b89e 100644 --- a/aboutit/build.gradle +++ b/aboutit/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'nexus-workflow' group = "com.snilius.aboutit" archivesBaseName = "aboutit" -version = "1.2.0" +version = "1.2.1" android { compileSdkVersion 23 @@ -14,9 +14,10 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 23 - versionCode 6 + versionCode 7 versionName version } + buildTypes { release { minifyEnabled false -- cgit v1.2.3