version bump to 2.3.11 + changelog

This commit is contained in:
Daniel Gultsch 2019-01-12 13:40:38 +01:00
parent e5a200481c
commit 5215601150
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,12 @@
# Changelog
### Version 2.3.11
* Support for Android 9 'message style' notifications
* OMEMO stability improvements
* Added ability to destroy group chats
* Do not show deleted files in media browser
* Added 'Keep Original' as video quality choice
### Version 2.3.10
* lower minimum required Android version to 4.1
* Synchronize group chat join/leaves across multiple clients

View file

@ -77,8 +77,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 309
versionName "2.3.10"
versionCode 312
versionName "2.3.11"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId