X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=1efd3085fe47d636ca5379344a0d59c5f18f8bf8;hp=b7831b15dc3811de672e4d41591598a2c650f393;hb=141ae48cbe89d6c342dcdbec5426f47962c36b9b;hpb=0847707e96e9e76e50400781ee003ca2dca2a3f9 diff --git a/app/build.gradle b/app/build.gradle index b7831b15..1efd3085 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId "net.ktnx.mobileledger" minSdkVersion 22 targetSdkVersion 28 - versionCode 3 - versionName '0.3' + 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/'] } }