CHANGELOG.md 🔗
@@ -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
Daniel Gultsch created
CHANGELOG.md | 3 +++
build.gradle | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
@@ -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"