Install debug app next to release app

This commit is contained in:
Joscha 2025-01-23 03:01:08 +01:00
parent de98676cd0
commit e974bf4eb5
2 changed files with 5 additions and 0 deletions

View file

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