Fix incompatibility with Mealie v1.11.0 (#302)

* Allow dateUpdated field to contain time zone

* Remove unused dateUpdated field

* Update version code
This commit is contained in:
Kirill Kamakin
2024-08-04 16:52:40 +02:00
committed by GitHub
parent 8500ba5b9c
commit 5819d0c03d
9 changed files with 5 additions and 18 deletions

View File

@@ -13,8 +13,8 @@ plugins {
android {
defaultConfig {
applicationId = "gq.kirmanak.mealient"
versionCode = 36
versionName = "0.4.7"
versionCode = 37
versionName = "0.4.8"
testInstrumentationRunner = "gq.kirmanak.mealient.MealientTestRunner"
testInstrumentationRunnerArguments += mapOf("clearPackageData" to "true")
resourceConfigurations += listOf("en", "es", "ru", "fr", "nl", "pt", "de")