Improve UI

This commit is contained in:
BinTianqi
2025-05-17 14:03:17 +08:00
parent fdcb7c179f
commit b547c8add8
9 changed files with 112 additions and 68 deletions

View File

@@ -38,10 +38,6 @@ android {
"proguard-rules.pro"
)
signingConfig = signingConfigs.getByName("defaultSignature")
composeCompiler {
includeSourceInformation = false
includeTraceMarkers = false
}
}
debug {
signingConfig = signingConfigs.getByName("defaultSignature")
@@ -64,6 +60,10 @@ android {
dependenciesInfo {
includeInApk = false
}
composeCompiler {
includeSourceInformation = false
includeTraceMarkers = false
}
}
kotlin {