chore: 打包前清理(Timber release关闭 + 删除内网TODO注释)
1. Timber.DebugTree 只在 DEBUG 模式植入,release 不输出日志 2. 删除 build.gradle.kts 中的内网 IP 注释 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -21,7 +21,6 @@ android {
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
// TODO: 内网测试时改回 http://192.168.1.181:8091/
|
||||
buildConfigField("String", "SERVICE_URL", "\"https://app.updatexiaoqu.com:9443/\"")
|
||||
// MQTT TCP 连接地址(端口 1883 在 MqttConfig 中定义)
|
||||
buildConfigField("String", "MQTT_HOST", "\"mqtt.ququbranch.com\"")
|
||||
|
||||
Reference in New Issue
Block a user