version bump to 2.3.12
This commit is contained in:
parent
55ae07fd93
commit
6f35c13d82
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue