version bump to 2.3.11 + changelog
This commit is contained in:
parent
e5a200481c
commit
5215601150
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue