]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/build.gradle
bump release version
[mobile-ledger.git] / app / build.gradle
index c4974a5bfdef4ae5789238a7a92cfa3c2e4397b0..eff1a6bcc9b728df9effb00425df300d6e3654b8 100644 (file)
@@ -23,8 +23,8 @@ android {
         applicationId "net.ktnx.mobileledger"
         minSdkVersion 22
         targetSdkVersion 28
-        versionCode 4
-        versionName '0.4'
+        versionCode 5
+        versionName '0.4.1'
         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/'] } }