diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1093879..913897d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -20,6 +20,7 @@ android { versionName = "0.3.12" testInstrumentationRunner = "gq.kirmanak.mealient.MealientTestRunner" testInstrumentationRunnerArguments += mapOf("clearPackageData" to "true") + resourceConfigurations += listOf("en", "es", "ru") } signingConfigs { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d1dfc1e..c2fae41 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -16,6 +16,7 @@ android:roundIcon="@mipmap/ic_launcher" android:supportsRtl="true" android:theme="@style/Theme.App.Starting" + android:localeConfig="@xml/locales_config" tools:ignore="UnusedAttribute"> + + + + + \ No newline at end of file