enable per-app language setting (Android-13+) (#3152)

This commit is contained in:
agrahn 2024-08-05 16:58:05 +02:00 committed by GitHub
parent 33e8dc7af2
commit 1fd3b48820
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -33,6 +33,8 @@ android {
buildFeatures { compose = true }
composeOptions { useLiveLiterals = false }
androidResources { generateLocaleConfig = true }
packaging { resources.excludes.add("META-INF/versions/**") }
}

View file

@ -0,0 +1 @@
unqualifiedResLocale=en