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:
dongliang
2026-05-07 19:00:34 +09:30
parent 7e30cf88c4
commit 0682c7e5c5
2 changed files with 5 additions and 3 deletions

View File

@@ -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\"")