修复一些未处理异常,切换到测试服务器

This commit is contained in:
2025-09-10 18:34:36 +08:00
parent c41c097d41
commit 57e4614ce8
5 changed files with 22 additions and 15 deletions

View File

@@ -32,6 +32,9 @@ android {
}
buildTypes {
debug {
isDebuggable = true
}
release {
isMinifyEnabled = false
proguardFiles(
@@ -49,6 +52,7 @@ android {
}
buildFeatures {
compose = true
buildConfig = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.3"