]> git.ktnx.net Git - mobile-ledger.git/commitdiff
bump version and version code
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 20 Feb 2019 20:04:31 +0000 (22:04 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 20 Feb 2019 20:04:31 +0000 (22:04 +0200)
app/build.gradle

index b793586586ecaa80fb9c01956ed2ac0cce84f62c..ee2ad1a755511e52304d1a96a185472462af7fff 100644 (file)
@@ -23,8 +23,8 @@ android {
         applicationId "net.ktnx.mobileledger"
         minSdkVersion 22
         targetSdkVersion 28
-        versionCode 16
-        versionName '0.6'
+        versionCode 17
+        versionName '0.7'
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }
     buildTypes {