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 # Changelog
### Version 2.3.12
* Fixed rare crash on start up
* Fixed avatar not being refreshed in group chats
### Version 2.3.11 ### Version 2.3.11
* Support for Android 9 'message style' notifications * Support for Android 9 'message style' notifications
* OMEMO stability improvements * OMEMO stability improvements

View file

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