increase version name for easier debugging with multiple devices

Daniel Gultsch created

Change summary

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

Detailed changes

build.gradle 🔗

@@ -93,7 +93,7 @@ android {
         minSdkVersion 16
         targetSdkVersion 28
         versionCode 367
-        versionName "2.7.1"
+        versionName "2.8.0-alpha"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId