aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aboutit/build.gradle4
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 {