version bump to 1.23.5 + changelog
This commit is contained in:
parent
b3561e80f2
commit
cb1a5e3c68
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
### Version 1.23.5
|
||||
* improved self chat
|
||||
|
||||
### Version 1.23.4
|
||||
* keep screen on while playing audio
|
||||
* send delivery receipts after MAM catch-up
|
||||
|
|
|
@ -69,7 +69,7 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
versionCode 251
|
||||
versionCode 252
|
||||
versionName "1.23.5"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
|
|
Loading…
Reference in a new issue