Skip authentication if it is unavailable

Disable dependency info (#89)
Remove unused permissions
Use millisecond in security logs
GitHub action: upload artifacts to Telegram only on dev branch
This commit is contained in:
BinTianqi
2025-01-04 21:27:38 +08:00
parent 65bf0f75d8
commit 426311ecfe
8 changed files with 219 additions and 22 deletions

View File

@@ -57,6 +57,9 @@ android {
androidResources {
generateLocaleConfig = true
}
dependenciesInfo {
includeInApk = false
}
}
kotlin {