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-03-28 11:40:54 +0300
committerDaniel Gultsch <daniel@gultsch.de>2019-03-28 11:40:54 +0300
commit7ada794e6e93d2897348825c0f71e280bbb12fd7 (patch)
treeaf69a8f6dfe81521ff7c376b32a918a39f98fb6c
parentc6df5191ab00809f322a14c5519d66404749ac8f (diff)
version bump to 2.4.3 + changelog2.4.3
-rw-r--r--CHANGELOG.md4
-rw-r--r--build.gradle4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 11f308b7f..e89ccc26c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.4.3
+* Fixed display of private messages sent from another client
+* Fixed backup creation on long time installations
+
### Version 2.4.2
* Fix image preview on older Android version
diff --git a/build.gradle b/build.gradle
index ffc3c4075..dc8c7303f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -78,8 +78,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
- versionCode 322
- versionName "2.4.2"
+ versionCode 323
+ versionName "2.4.3"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId