Update versioncode to 2.0.5
Some checks failed
Android CI / build (pull_request) Has been cancelled

This commit is contained in:
Arne 2025-01-23 19:20:43 +01:00
parent 28a9c578cd
commit b171f2f6bf

View file

@ -150,8 +150,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
versionCode 181
versionName "2.0.4"
versionCode 182
versionName "2.0.5"
applicationId "de.monocles.chat"
def appName = "monocles chat"
resValue "string", "app_name", appName
@ -207,8 +207,8 @@ android {
monocleschat {
dimension "mode"
applicationId = "de.monocles.chat"
versionCode 181
versionName "2.0.4"
versionCode 182
versionName "2.0.5"
def appName = "monocles chat"
resValue "string", "app_name", appName
buildConfigField "String", "APP_NAME", "\"$appName\""