(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
|
||||
|
|
|
|||
Loading…
Reference in a new issue