mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 05:48:09 +00:00
enable per-app language setting (Android-13+) (#3152)
This commit is contained in:
parent
33e8dc7af2
commit
1fd3b48820
@ -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…
x
Reference in New Issue
Block a user