From 376aa693abe2e44e3be48d92b078cb5c9925ab09 Mon Sep 17 00:00:00 2001 From: Arne Date: Fri, 25 Oct 2024 10:36:40 +0200 Subject: [PATCH] Prepare 2.0.2 --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 8e2efa62a..f7e7d1e8d 100644 --- a/build.gradle +++ b/build.gradle @@ -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\""