Add in-app language selector

This commit is contained in:
世界
2026-02-15 18:26:41 +08:00
parent b083930fa6
commit 19488c7e2e
9 changed files with 181 additions and 3 deletions

View File

@@ -144,6 +144,10 @@ android {
targetCompatibility = JavaVersion.VERSION_17
}
androidResources {
generateLocaleConfig = true
}
buildFeatures {
viewBinding = true
aidl = true