Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2019-11-10 11:50:23 +0300
committerDaniel Gultsch <daniel@gultsch.de>2019-11-10 11:50:23 +0300
commit7b7719db8ce43214a255ec39ad8e3ce02ed0de15 (patch)
tree2ac362dfa4d24b0ad6ed9fabb2d03eadcabebb5c
parent77a46063e2a817363da9828ae8d5e0b70f9b67d1 (diff)
version bump to 2.6.02.6.0
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index b9fd9395c..59f6a627d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -84,8 +84,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
- versionCode 348
- versionName "2.6.0-beta.2"
+ versionCode 349
+ versionName "2.6.0"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId