1
0
Fork 1

Prepare 2.0.2

This commit is contained in:
Arne 2024-10-25 10:36:40 +02:00
parent ca61d1b359
commit 376aa693ab

View file

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