Merge pull request #12093 from mileskrell/mileskrell/support-per-app-language-preferences
Support per-app language preferences
This commit is contained in:
commit
c4baf36d96
7 changed files with 90 additions and 16 deletions
|
|
@ -97,6 +97,10 @@ android {
|
|||
androidTest.assets.srcDirs += files("$projectDir/schemas".toString())
|
||||
}
|
||||
|
||||
androidResources {
|
||||
generateLocaleConfig = true
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
buildConfig true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue