Enable support for Android 13 per-app language preferences

Close #479
This commit is contained in:
MM20 2023-08-09 20:48:37 +02:00
parent 6d78e6c598
commit 299dce757f
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

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")