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