version bump to 2.3.10 + changelog

This commit is contained in:
Daniel Gultsch 2018-12-20 10:38:09 +01:00
parent 9659f46136
commit 04d5c7a821
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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