Enable per-app language support (#153)

This commit is contained in:
Kirill Kamakin
2023-07-02 09:20:05 +02:00
committed by GitHub
parent 7560ac874e
commit 3f93578ff0
3 changed files with 8 additions and 0 deletions

View File

@@ -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 {