Fixed a bug with favourites
This commit is contained in:
@@ -13,8 +13,8 @@ plugins {
|
||||
android {
|
||||
defaultConfig {
|
||||
applicationId = "com.atridad.mealient"
|
||||
versionCode = 37
|
||||
versionName = "0.5.0"
|
||||
versionCode = 38
|
||||
versionName = "0.5.1"
|
||||
testInstrumentationRunner = "com.atridad.mealient.MealientTestRunner"
|
||||
testInstrumentationRunnerArguments += mapOf("clearPackageData" to "true")
|
||||
resourceConfigurations += listOf("en", "es", "ru", "fr", "nl", "pt", "de")
|
||||
|
||||
Reference in New Issue
Block a user