From 75f753e957a484d1f22f0e4768777f1da7e185db Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Wed, 1 Apr 2020 10:35:05 +0200 Subject: [PATCH] increase version name for easier debugging with multiple devices --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3f1523ca7..b8bb32878 100644 --- a/build.gradle +++ b/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