Added ".debug" suffix to debug app's package name.
This commit is contained in:
parent
0b52cd4fbf
commit
6579a754a7
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ android {
|
|||
debug {
|
||||
runProguard true
|
||||
proguardFile file("proguard-rules.pro")
|
||||
applicationIdSuffix ".debug"
|
||||
}
|
||||
|
||||
release {
|
||||
|
|
Reference in a new issue