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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,5 @@
<resources>
<string name="app_name">ShatteredPD INDEV</string>
</resources>