Prepare v0.4.4 (#186)

This commit is contained in:
Kirill Kamakin
2023-11-15 19:34:52 +01:00
committed by GitHub
parent 2b15e230ad
commit 4301c623c9
2 changed files with 3 additions and 2 deletions

View File

@@ -17,8 +17,8 @@ plugins {
android {
defaultConfig {
applicationId = "gq.kirmanak.mealient"
versionCode = 32
versionName = "0.4.3"
versionCode = 33
versionName = "0.4.4"
testInstrumentationRunner = "gq.kirmanak.mealient.MealientTestRunner"
testInstrumentationRunnerArguments += mapOf("clearPackageData" to "true")
resourceConfigurations += listOf("en", "es", "ru", "fr", "nl", "pt", "de")

View File

@@ -0,0 +1 @@
Removed crash reporting.