Updated name, package and color

Signed-off-by: Arnau Mora Gras <arnyminerz@proton.me>
This commit is contained in:
Arnau Mora
2024-10-25 17:47:23 +02:00
committed by Arnau Mora Gras
parent d00353ba9c
commit 46e8c4522b
3 changed files with 13 additions and 0 deletions

View File

@@ -82,6 +82,9 @@ android {
signingConfig = signingConfigs.findByName("bitfire") signingConfig = signingConfigs.findByName("bitfire")
} }
getByName("debug") {
applicationIdSuffix = ".debug"
}
} }
lint { lint {

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="primaryColor">#E07C25</color>
<color name="primaryLightColor">#E5A371</color>
<color name="primaryDarkColor">#7C3E07</color>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">DAVx⁵ Debug</string>
</resources>