From 04532a4e619bff3e594b71f0c2658f9d14e17149 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sat, 5 Oct 2024 07:55:16 +0200 Subject: [PATCH] version bump to 2.17.0-beta.2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1fb7053fab4a17cf2f993471ce1343e28b734f44..3b459f7390287c321089116cf80fdd4c0febcc6a 100644 --- a/build.gradle +++ b/build.gradle @@ -100,8 +100,8 @@ android { defaultConfig { minSdkVersion 23 targetSdkVersion 34 - versionCode 42119 - versionName "2.17.0-beta" + versionCode 42120 + versionName "2.17.0-beta.2" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId