version bump to 2.3.10 + changelog
This commit is contained in:
parent
9659f46136
commit
04d5c7a821
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# 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
|
### Version 2.3.9
|
||||||
* OMEMO stability improvements
|
* OMEMO stability improvements
|
||||||
* Context menu when long pressing avatar in 1:1 chat
|
* Context menu when long pressing avatar in 1:1 chat
|
||||||
|
|
|
@ -77,8 +77,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 307
|
versionCode 309
|
||||||
versionName "2.3.9"
|
versionName "2.3.10"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in New Issue