diff options
author | Victor Häggqvist <[email protected]> | 2015-09-17 03:38:10 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2015-09-17 03:38:10 +0200 |
commit | ffec10ce5ddc277c07377384a0b5c12fe21072c2 (patch) | |
tree | 924e9906b73a63e05bc4bce767a809bde35a44c8 | |
parent | c43b7faa56e990b7fd86c028bf15650e47a40f6d (diff) |
version bumpv1.2.0
-rw-r--r-- | aboutit/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aboutit/build.gradle b/aboutit/build.gradle index abba674..d377df0 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.1.3" +version = "1.2.0" android { compileSdkVersion 23 @@ -14,7 +14,7 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 23 - versionCode 5 + versionCode 6 versionName version } buildTypes { |