v0.6.0: debug builds of shatteredPD now use a different name/icon/ID
This commit is contained in:
parent
8742f7a51f
commit
675d9722cc
|
@ -5,6 +5,10 @@ android {
|
|||
buildToolsVersion "25.0.3"
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
applicationIdSuffix ".indev"
|
||||
versionNameSuffix '-INDEV'
|
||||
}
|
||||
release {
|
||||
shrinkResources true
|
||||
minifyEnabled true
|
||||
|
|
BIN
core/src/debug/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
core/src/debug/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
core/src/debug/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
core/src/debug/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
5
core/src/debug/res/values/strings.xml
Normal file
5
core/src/debug/res/values/strings.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<resources>
|
||||
|
||||
<string name="app_name">ShatteredPD INDEV</string>
|
||||
|
||||
</resources>
|
Loading…
Reference in New Issue
Block a user