X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=c6a414d4dcd2993063b6f5b5f55c986700a69beb;hp=c4974a5bfdef4ae5789238a7a92cfa3c2e4397b0;hb=cf0841a5ce0c51b2e3f0fa10fba4653d5e3139a4;hpb=9ff935d59d00da7c4b2147c04baf3890ae993eb8 diff --git a/app/build.gradle b/app/build.gradle index c4974a5b..c6a414d4 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 11 + versionName '0.4.7' 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/'] } }