X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fbuild.gradle;h=deefc2542c1bab9998cbed1e5a17d8ca4140cbdf;hp=c4974a5bfdef4ae5789238a7a92cfa3c2e4397b0;hb=30713f4b8a813643fca859bbc492249322d31c5b;hpb=9ff935d59d00da7c4b2147c04baf3890ae993eb8 diff --git a/app/build.gradle b/app/build.gradle index c4974a5b..deefc254 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,6 +34,7 @@ android { } debug { versionNameSuffix '-debug' + applicationIdSuffix '.debug' } } sourceSets { main { assets.srcDirs = ['src/main/assets', 'src/main/assets/'] } }