Added ".debug" suffix to debug app's package name.

This commit is contained in:
Felix Ableitner 2014-10-11 21:27:00 +03:00
parent 0b52cd4fbf
commit 6579a754a7

View file

@ -44,6 +44,7 @@ android {
debug {
runProguard true
proguardFile file("proguard-rules.pro")
applicationIdSuffix ".debug"
}
release {