From ada90507180ce55546bdb7403fd9357cfabf8dcd Mon Sep 17 00:00:00 2001 From: Arne Date: Thu, 23 Jan 2025 19:20:43 +0100 Subject: [PATCH] Update versioncode to 2.0.5 --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index f6df49c089..8b8edabed2 100644 --- a/build.gradle +++ b/build.gradle @@ -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\""