From a6ba65849476b36b50b0290b7fcbfb3ed37a4023 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sun, 21 Jan 2024 18:10:30 +0100 Subject: [PATCH] version bump to 2.13.1-beta.3 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c477d8453..b6acf28d6 100644 --- a/build.gradle +++ b/build.gradle @@ -97,8 +97,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 34 - versionCode 42083 - versionName "2.13.1-beta.2" + versionCode 42084 + versionName "2.13.1-beta.3" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId