Set unique applicationIdSuffix in debug builds

This commit is contained in:
Nikola Trubitsyn 2018-01-31 00:03:35 +03:00
parent 2b258eb743
commit 9894c534c1
2 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,9 @@ android {
}
buildTypes {
debug {
applicationIdSuffix ".debug"
}
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_launcher_name">Thank You_debug</string>
</resources>