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-07-13 09:46:41 +0300
committerDaniel Gultsch <daniel@gultsch.de>2019-07-13 09:46:41 +0300
commitb58d011737e1797126ae63095621c58ca6222db8 (patch)
tree6fd6a0445d3e24468ee478f9327724689c98b0b9 /build.gradle
parent553b65ffcd7a085fe1e67fb41426d63a642c4967 (diff)
version bump to 2.5.4 + changelog2.5.4
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 0dafd2f25..5aad569c6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -81,8 +81,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
- versionCode 332
- versionName "2.5.4-beta.2"
+ versionCode 333
+ versionName "2.5.4"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId