diff --git a/app/build.gradle b/app/build.gradle index be0708be8..0d71e4b11 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -93,6 +93,10 @@ android { lint { lintConfig file("lint.xml") } + + androidResources { + generateLocaleConfig true + } } kapt { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0055f37cb..4517db8ac 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -69,7 +69,6 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" - android:localeConfig="@xml/locales_config" android:fullBackupContent="@xml/backup_rules_legacy" android:dataExtractionRules="@xml/backup_rules" tools:targetApi="m"> diff --git a/app/src/main/res/resources.properties b/app/src/main/res/resources.properties new file mode 100644 index 000000000..467b3efec --- /dev/null +++ b/app/src/main/res/resources.properties @@ -0,0 +1 @@ +unqualifiedResLocale=en-US diff --git a/app/src/main/res/xml/locales_config.xml b/app/src/main/res/xml/locales_config.xml deleted file mode 100644 index 207b72f14..000000000 --- a/app/src/main/res/xml/locales_config.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -