Support per-app language preferences

This commit is contained in:
Miles Krell 2025-03-11 23:29:23 -04:00
parent e6a4a36c4b
commit cc7c00f3a4
2 changed files with 5 additions and 0 deletions

View file

@ -97,6 +97,10 @@ android {
androidTest.assets.srcDirs += files("$projectDir/schemas".toString())
}
androidResources {
generateLocaleConfig = true
}
buildFeatures {
viewBinding true
buildConfig true

View file

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