Enable support for Android per-app language preferences (#2795)

* Enable support for Android per-app language preferences

* Add changelog entry
This commit is contained in:
Tonkku 2024-05-06 10:10:49 +03:00 committed by GitHub
parent 3dfd309844
commit 474a1412ed
3 changed files with 22 additions and 0 deletions

View file

@ -165,6 +165,10 @@ android {
buildConfigField("String", "FLAVOR_DESCRIPTION", "\"FDroid\"")
}
}
androidResources {
generateLocaleConfig = true
}
}
androidComponents {