add -beta to version name

Daniel Gultsch created

Change summary

build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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