v0.6.0: debug builds of shatteredPD now use a different name/icon/ID

This commit is contained in:
Evan Debenham
2017-05-25 16:02:10 -04:00
parent 8742f7a51f
commit 675d9722cc
4 changed files with 9 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ android {
buildToolsVersion "25.0.3"
buildTypes {
debug {
applicationIdSuffix ".indev"
versionNameSuffix '-INDEV'
}
release {
shrinkResources true
minifyEnabled true