Install debug app next to release app
This commit is contained in:
parent
de98676cd0
commit
e974bf4eb5
2 changed files with 5 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ android {
|
|||
}
|
||||
buildTypes {
|
||||
getByName("debug") {
|
||||
applicationIdSuffix = ".debug"
|
||||
manifestPlaceholders["usesCleartextTraffic"] = "true"
|
||||
isDebuggable = true
|
||||
isJniDebuggable = true
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
<resources>
|
||||
<string name="app_name">tta-app (debug)</string>
|
||||
<string name="main_activity_title">tta-app (debug)</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue