X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=1efd3085fe47d636ca5379344a0d59c5f18f8bf8;hp=c4974a5bfdef4ae5789238a7a92cfa3c2e4397b0;hb=7b5513792d5c13c350d9dccb5f880dc3ca7cf4c3;hpb=9ff935d59d00da7c4b2147c04baf3890ae993eb8 diff --git a/app/build.gradle b/app/build.gradle index c4974a5b..1efd3085 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId "net.ktnx.mobileledger" minSdkVersion 22 targetSdkVersion 28 - versionCode 4 - versionName '0.4' + versionCode 6 + versionName '0.4.2' 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/'] } }