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