Use purple background for icon and different package suffix for debug builds

This will allow me to keep both the Play Store version and the development version on my device simultaneously and still tell them apart at a glance

Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
William Brawner 2020-06-11 20:50:17 -07:00
parent 9a0685a165
commit e9dc70eed4
2 changed files with 5 additions and 0 deletions

View file

@ -59,6 +59,7 @@ android {
}
buildTypes {
debug {
applicationIdSuffix ".debug"
testCoverageEnabled true
}
release {

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#673AB7</color>
</resources>