diff options
author | Victor Häggqvist <[email protected]> | 2015-10-10 20:59:39 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2015-10-10 20:59:39 +0200 |
commit | 5c389d30bd5374bc1c0275c6991d712064fd0626 (patch) | |
tree | 36b8b33e8e9fe1f0e9407746ad2c8b9d08818d6b /aboutit | |
parent | 4a1715015181195ab6ccd216d8632c8cfa62a7c9 (diff) |
bump versionv1.2.1
Diffstat (limited to 'aboutit')
-rw-r--r-- | aboutit/build.gradle | 5 |
1 files 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 |