diff --git a/app/build.gradle b/app/build.gradle index 38f3438..6a8bb8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,9 @@ plugins { android { compileSdk 34 - + androidResources { + generateLocaleConfig true + } defaultConfig { applicationId "ru.karasevm.privatednstoggle" versionCode 16 diff --git a/app/src/main/res/resources.properties b/app/src/main/res/resources.properties new file mode 100644 index 0000000..d5a3ddc --- /dev/null +++ b/app/src/main/res/resources.properties @@ -0,0 +1 @@ +unqualifiedResLocale=en-US \ No newline at end of file