mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
enable per-app language setting (Android-13+) (#3152)
This commit is contained in:
@@ -33,6 +33,8 @@ android {
|
|||||||
buildFeatures { compose = true }
|
buildFeatures { compose = true }
|
||||||
composeOptions { useLiveLiterals = false }
|
composeOptions { useLiveLiterals = false }
|
||||||
|
|
||||||
|
androidResources { generateLocaleConfig = true }
|
||||||
|
|
||||||
packaging { resources.excludes.add("META-INF/versions/**") }
|
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
|
Reference in New Issue
Block a user