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-23 12:34:51 +0300
committerDaniel Gultsch <daniel@gultsch.de>2019-02-23 12:34:51 +0300
commita243cdb9441d5b17b9ecac3ba055daf976e65cb0 (patch)
tree7a7ef5c31121de327eefa5d84adcb40ce018d5f1 /build.gradle
parent24a51d87155ff69b896cbf6e6a6e57e6fb943dbd (diff)
version bump to 2.4.1 + changelog2.4.1
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index c9f89606f..446f074b3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -78,8 +78,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
- versionCode 320
- versionName "2.4.0"
+ versionCode 321
+ versionName "2.4.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId