chore(android): debug build use local dev server (USE_PROD_SERVER=false)
This commit is contained in:
@@ -69,7 +69,7 @@ android {
|
|||||||
// 默认调试即连公网(https://lifecho.worldsplats.com),便于公网调试
|
// 默认调试即连公网(https://lifecho.worldsplats.com),便于公网调试
|
||||||
debug {
|
debug {
|
||||||
buildConfigField("Boolean", "IS_DEBUG_MODE", "true")
|
buildConfigField("Boolean", "IS_DEBUG_MODE", "true")
|
||||||
buildConfigField("Boolean", "USE_PROD_SERVER", "true")
|
buildConfigField("Boolean", "USE_PROD_SERVER", "false")
|
||||||
applicationIdSuffix = ".debug"
|
applicationIdSuffix = ".debug"
|
||||||
versionNameSuffix = "-debug"
|
versionNameSuffix = "-debug"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user