Prepare 2.0.2

This commit is contained in:
Arne 2024-10-25 10:36:40 +02:00
parent aa39942354
commit 4c8f249980

View file

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