Update version code

This commit is contained in:
Arne 2024-11-25 12:48:50 +01:00
parent d06efc8c9a
commit bfbaf3278a

View file

@ -149,8 +149,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
versionCode 179
versionName "2.0.2"
versionCode 180
versionName "2.0.3"
applicationId "de.monocles.chat"
def appName = "monocles chat"
resValue "string", "app_name", appName
@ -206,8 +206,8 @@ android {
monocleschat {
dimension "mode"
applicationId = "de.monocles.chat"
versionCode 179
versionName "2.0.2"
versionCode 180
versionName "2.0.3"
def appName = "monocles chat"
resValue "string", "app_name", appName
buildConfigField "String", "APP_NAME", "\"$appName\""