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