]> git.ktnx.net Git - mobile-ledger.git/commitdiff
update version v0.3
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 27 Jan 2019 07:39:16 +0000 (09:39 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 27 Jan 2019 07:39:16 +0000 (09:39 +0200)
app/build.gradle

index 14d4d1758ddd9954049273f8ffd33a4b88d9650a..9d8b20f8617d1950c60c5f8a583974f35f184867 100644 (file)
@@ -23,8 +23,8 @@ android {
         applicationId "net.ktnx.mobileledger"
         minSdkVersion 22
         targetSdkVersion 28
-        versionCode 1
-        versionName "1.0"
+        versionCode 2
+        versionName '0.3'
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
     }
     buildTypes {
@@ -42,6 +42,8 @@ android {
         sourceCompatibility JavaVersion.VERSION_1_8
         targetCompatibility JavaVersion.VERSION_1_8
     }
+    productFlavors {
+    }
 }
 
 dependencies {