version bump to 2.3.11 + changelog
This commit is contained in:
parent
e5a200481c
commit
5215601150
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# 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
|
### Version 2.3.10
|
||||||
* lower minimum required Android version to 4.1
|
* lower minimum required Android version to 4.1
|
||||||
* Synchronize group chat join/leaves across multiple clients
|
* Synchronize group chat join/leaves across multiple clients
|
||||||
|
|
|
@ -77,8 +77,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 309
|
versionCode 312
|
||||||
versionName "2.3.10"
|
versionName "2.3.11"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in a new issue