Merge pull request #88 from kirmanak/release

Update app version to 0.3.1
This commit is contained in:
Kirill Kamakin
2022-11-06 20:29:12 +01:00
committed by GitHub

View File

@@ -17,8 +17,8 @@ plugins {
android {
defaultConfig {
applicationId = "gq.kirmanak.mealient"
versionCode = 15
versionName = "0.3.0"
versionCode = 16
versionName = "0.3.1"
}
signingConfigs {