X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=deefc2542c1bab9998cbed1e5a17d8ca4140cbdf;hb=36ee604bd51a503c704528abb8e33c20cb8989c7;hp=9d8b20f8617d1950c60c5f8a583974f35f184867;hpb=90d7c7d66a6013993a26b7d44b10b438f538488b;p=mobile-ledger.git diff --git a/app/build.gradle b/app/build.gradle index 9d8b20f8..deefc254 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId "net.ktnx.mobileledger" minSdkVersion 22 targetSdkVersion 28 - versionCode 2 - versionName '0.3' + versionCode 4 + versionName '0.4' 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/'] } }