mirror of
https://github.com/karasevm/PrivateDNSAndroid.git
synced 2025-06-28 12:19:57 +00:00
Enable per-app language support
This commit is contained in:
parent
681e6ceef4
commit
14b320ac68
2 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,9 @@ plugins {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdk 34
|
compileSdk 34
|
||||||
|
androidResources {
|
||||||
|
generateLocaleConfig true
|
||||||
|
}
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "ru.karasevm.privatednstoggle"
|
applicationId "ru.karasevm.privatednstoggle"
|
||||||
versionCode 16
|
versionCode 16
|
||||||
|
|
1
app/src/main/res/resources.properties
Normal file
1
app/src/main/res/resources.properties
Normal file
|
@ -0,0 +1 @@
|
||||||
|
unqualifiedResLocale=en-US
|
Loading…
Add table
Add a link
Reference in a new issue