version bump to 2.3.10 + changelog
This commit is contained in:
parent
9659f46136
commit
04d5c7a821
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.3.10
|
||||
* lower minimum required Android version to 4.1
|
||||
* Synchronize group chat join/leaves across multiple clients
|
||||
* Fixed sending PGP encrypted messages from quick reply
|
||||
|
||||
### Version 2.3.9
|
||||
* OMEMO stability improvements
|
||||
* Context menu when long pressing avatar in 1:1 chat
|
||||
|
|
|
@ -77,8 +77,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode 307
|
||||
versionName "2.3.9"
|
||||
versionCode 309
|
||||
versionName "2.3.10"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
Loading…
Reference in New Issue