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-02-22 20:19:49 +0300
committerDaniel Gultsch <daniel@gultsch.de>2019-02-22 20:19:49 +0300
commitb79a2447b2eca0da5930fbc79e5fd7d3befa0e28 (patch)
tree94e0df813601f4999dc5d5758e51a903da8b9c67
parent895a140ec5fb3c1696c379d10a42badeba2d9a71 (diff)
bump version to 2.4.02.4.0
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 02a1311a0..c9f89606f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -78,8 +78,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
- versionCode 319
- versionName "2.4.0-beta.2"
+ versionCode 320
+ versionName "2.4.0"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId