Set applicationIdSuffix to ".debug"

This commit is contained in:
Nikola Trubitsyn 2017-10-14 22:32:53 +03:00 committed by GitHub
parent 02334c8327
commit 9a0815e405
1 changed files with 3 additions and 0 deletions

View File

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