Bump version to 0.3.12 (27)

This commit is contained in:
Kirill Kamakin
2023-04-07 13:38:40 +02:00
parent fba266fcb0
commit 12d39282de

View File

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