Skip to content

Commit fcc870c

Browse files
balazsgerleiMartinStyk
authored andcommitted
Add support for per-app language preferences on Android 13 and newer
1 parent f88b323 commit fcc870c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ android {
3636
dataBinding = true
3737
buildConfig = true
3838
}
39+
40+
androidResources {
41+
generateLocaleConfig = true
42+
}
43+
3944
lint {
4045
disable += "MissingTranslation"
4146
}
@@ -81,4 +86,4 @@ dependencies {
8186

8287
testImplementation(libs.junit)
8388
androidTestImplementation(libs.espresso.core)
84-
}
89+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
unqualifiedResLocale=en-US

0 commit comments

Comments
 (0)