Install debug app next to release app

This commit is contained in:
Joscha 2025-01-25 15:39:51 +01:00
parent 5099dd76ad
commit 54cabbdb48
2 changed files with 5 additions and 0 deletions

View file

@ -26,6 +26,7 @@ android {
}
buildTypes {
getByName("debug") {
applicationIdSuffix = ".debug"
manifestPlaceholders["usesCleartextTraffic"] = "true"
isDebuggable = true
isJniDebuggable = true

View file

@ -0,0 +1,4 @@
<resources>
<string name="app_name">GedächtNAS (debug)</string>
<string name="main_activity_title">dbg: GedächtNAS</string>
</resources>