From 50f05cee1c043e61b2f6564609bb6a6c7da00f6e Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sat, 7 Jan 2023 15:17:11 +0100 Subject: [PATCH] version bump to 2.12.0-beta --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index cc35ecb564143d7f321e318e685494ccba98cf00..87980397c32e0a5a1ba01942176ea3c467a90cbf 100644 --- a/build.gradle +++ b/build.gradle @@ -91,8 +91,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 32 - versionCode 42044 - versionName "2.11.3" + versionCode 42045 + versionName "2.12.0-beta" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId