]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/build.gradle
bump release version
[mobile-ledger.git] / app / build.gradle
index 14d4d1758ddd9954049273f8ffd33a4b88d9650a..cfe2b58ad9d2daa0ef0d3c1dfe109a460087ba29 100644 (file)
@@ -23,8 +23,8 @@ android {
         applicationId "net.ktnx.mobileledger"
         minSdkVersion 22
         targetSdkVersion 28
-        versionCode 1
-        versionName "1.0"
+        versionCode 13
+        versionName '0.4.9'
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
     }
     buildTypes {
@@ -34,6 +34,7 @@ android {
         }
         debug {
             versionNameSuffix '-debug'
+            applicationIdSuffix '.debug'
         }
     }
     sourceSets { main { assets.srcDirs = ['src/main/assets', 'src/main/assets/'] } }
@@ -42,6 +43,8 @@ android {
         sourceCompatibility JavaVersion.VERSION_1_8
         targetCompatibility JavaVersion.VERSION_1_8
     }
+    productFlavors {
+    }
 }
 
 dependencies {