mirror of
https://github.com/bitfireAT/davx5-ose.git
synced 2026-01-28 16:50:59 -05:00
Compare commits
1 Commits
reuse-http
...
debug-buil
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46e8c4522b |
@@ -82,6 +82,9 @@ android {
|
|||||||
|
|
||||||
signingConfig = signingConfigs.findByName("bitfire")
|
signingConfig = signingConfigs.findByName("bitfire")
|
||||||
}
|
}
|
||||||
|
getByName("debug") {
|
||||||
|
applicationIdSuffix = ".debug"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
lint {
|
lint {
|
||||||
|
|||||||
6
app/src/debug/res/values/colors.xml
Normal file
6
app/src/debug/res/values/colors.xml
Normal 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>
|
||||||
4
app/src/debug/res/values/strings.xml
Normal file
4
app/src/debug/res/values/strings.xml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="app_name" translatable="false">DAVx⁵ Debug</string>
|
||||||
|
</resources>
|
||||||
Reference in New Issue
Block a user