Bump app version

This commit is contained in:
Kirill Kamakin
2022-12-21 22:26:27 +01:00
parent 99fcbaa899
commit 8e509894f8

View File

@@ -16,8 +16,8 @@ plugins {
android {
defaultConfig {
applicationId = "gq.kirmanak.mealient"
versionCode = 25
versionName = "0.3.10"
versionCode = 26
versionName = "0.3.11"
testInstrumentationRunner = "gq.kirmanak.mealient.MealientTestRunner"
testInstrumentationRunnerArguments += mapOf("clearPackageData" to "true")
}