Install debug app next to release app
This commit is contained in:
parent
5099dd76ad
commit
54cabbdb48
2 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ android {
|
|||
}
|
||||
buildTypes {
|
||||
getByName("debug") {
|
||||
applicationIdSuffix = ".debug"
|
||||
manifestPlaceholders["usesCleartextTraffic"] = "true"
|
||||
isDebuggable = true
|
||||
isJniDebuggable = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue