Display ingredient notes (#182)
* Display ingredient note * Add changelog * Update README.md
This commit is contained in:
@@ -17,8 +17,8 @@ plugins {
|
||||
android {
|
||||
defaultConfig {
|
||||
applicationId = "gq.kirmanak.mealient"
|
||||
versionCode = 31
|
||||
versionName = "0.4.2"
|
||||
versionCode = 32
|
||||
versionName = "0.4.3"
|
||||
testInstrumentationRunner = "gq.kirmanak.mealient.MealientTestRunner"
|
||||
testInstrumentationRunnerArguments += mapOf("clearPackageData" to "true")
|
||||
resourceConfigurations += listOf("en", "es", "ru", "fr", "nl", "pt", "de")
|
||||
|
||||
Reference in New Issue
Block a user