Commit b1abd5e6 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 3b474bad
...@@ -64,8 +64,8 @@ android { ...@@ -64,8 +64,8 @@ android {
// 不显示Log // 不显示Log
buildConfigField "boolean", "LOG_DEBUG", "true" buildConfigField "boolean", "LOG_DEBUG", "true"
buildConfigField "String", "AppKeyPre", "\"abcd\"" buildConfigField "String", "AppKeyPre", "\"abcd\""
// buildConfigField "String", "MainIp", DEBUG_URL buildConfigField "String", "MainIp", DEBUG_URL
buildConfigField "String", "MainIp", RELEASE_URL // buildConfigField "String", "MainIp", RELEASE_URL
//混淆 //混淆
minifyEnabled false minifyEnabled false
......
...@@ -31,6 +31,7 @@ object TzManager { ...@@ -31,6 +31,7 @@ object TzManager {
) )
) )
.forTest(false) .forTest(false)
.log(true).verbose(true)
.build(), .build(),
object : IADEngineState { object : IADEngineState {
override fun onIdle() {} override fun onIdle() {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment