feat: enhanced app permission management (#229)

This commit is contained in:
BinTianqi
2026-02-14 14:23:46 +08:00
parent a38bffded5
commit 8991eade06
11 changed files with 248 additions and 89 deletions

View File

@@ -62,10 +62,11 @@ android {
dependenciesInfo {
includeInApk = false
}
composeCompiler {
includeSourceInformation = false
includeTraceMarkers = false
}
}
composeCompiler {
includeSourceInformation = false
includeTraceMarkers = false
}
kotlin {