(feat): improve dx for mobile app
This commit is contained in:
parent
ff41763d76
commit
7dc68d1867
4 changed files with 8 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ android {
|
|||
}
|
||||
buildTypes {
|
||||
getByName("debug") {
|
||||
applicationIdSuffix = ".dev"
|
||||
manifestPlaceholders["usesCleartextTraffic"] = "true"
|
||||
isDebuggable = true
|
||||
isJniDebuggable = true
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@
|
|||
}
|
||||
},
|
||||
"bundle": {
|
||||
"android": {
|
||||
"debugApplicationIdSuffix": ".dev"
|
||||
},
|
||||
"active": true,
|
||||
"targets": [],
|
||||
"icon": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue