From f944fa0c96c2114225b67b9543d8b41f42bb32b7 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Wed, 18 Oct 2023 18:43:33 +0200 Subject: [PATCH] add -beta to version name --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a358e937d1e981767a90320e4124d9c5c9c69be4..559053252ea13d9707dc6f03ded68d10f21182c5 100644 --- a/build.gradle +++ b/build.gradle @@ -96,7 +96,7 @@ android { minSdkVersion 21 targetSdkVersion 33 versionCode 42074 - versionName "2.12.12" + versionName "2.12.12-beta" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId