Bump app version (#154)

This commit is contained in:
Kirill Kamakin
2023-07-02 09:23:20 +02:00
committed by GitHub
parent 3f93578ff0
commit a40f9a78ea
2 changed files with 4 additions and 2 deletions

View File

@@ -16,8 +16,8 @@ plugins {
android {
defaultConfig {
applicationId = "gq.kirmanak.mealient"
versionCode = 27
versionName = "0.3.12"
versionCode = 28
versionName = "0.3.13"
testInstrumentationRunner = "gq.kirmanak.mealient.MealientTestRunner"
testInstrumentationRunnerArguments += mapOf("clearPackageData" to "true")
resourceConfigurations += listOf("en", "es", "ru")

View File

@@ -0,0 +1,2 @@
Added support for per-app language settings.
Added translation to Spanish language.