From 1fa72c42a0e602c687d514fa703e125c5f187501 Mon Sep 17 00:00:00 2001 From: kosyak Date: Sun, 28 Jul 2024 09:21:51 -0400 Subject: [PATCH] bump to 2.3.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a0d9d1c8b..5c09c67bd 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,7 @@ android { minSdkVersion 24 targetSdkVersion 34 versionCode 42113 - versionName "2.2.4" + versionName "2.3.0" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations.classic" resValue "string", "applicationId", applicationId