enable per-app language setting (Android-13+) (#3152)
This commit is contained in:
parent
33e8dc7af2
commit
1fd3b48820
2 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,8 @@ android {
|
|||
buildFeatures { compose = true }
|
||||
composeOptions { useLiveLiterals = false }
|
||||
|
||||
androidResources { generateLocaleConfig = true }
|
||||
|
||||
packaging { resources.excludes.add("META-INF/versions/**") }
|
||||
}
|
||||
|
||||
|
|
1
app/src/main/res/resources.properties
Normal file
1
app/src/main/res/resources.properties
Normal file
|
@ -0,0 +1 @@
|
|||
unqualifiedResLocale=en
|
Loading…
Reference in a new issue