Enable support for Android 13 per-app language preferences

Close #479
This commit is contained in:
MM20
2023-08-09 20:57:57 +02:00
parent 6d78e6c598
commit 299dce757f
+5 -1
View File
@@ -8,7 +8,11 @@ plugins {
}
android {
packagingOptions {
androidResources {
generateLocaleConfig = true
}
packaging {
resources.excludes.add("META-INF/DEPENDENCIES")
resources.excludes.add("META-INF/LICENSE")
resources.excludes.add("META-INF/LICENSE.txt")