version bump to 2.3.12

This commit is contained in:
Daniel Gultsch 2019-01-19 21:18:42 +01:00
parent 55ae07fd93
commit 6f35c13d82
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
### Version 2.3.12
* Fixed rare crash on start up
* Fixed avatar not being refreshed in group chats
### Version 2.3.11
* Support for Android 9 'message style' notifications
* OMEMO stability improvements

View file

@ -77,8 +77,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 314
versionName "2.3.11"
versionCode 317
versionName "2.3.12"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId