CHANGELOG.md 🔗
@@ -1,5 +1,8 @@
# Changelog
+### Version 1.23.7
+* Improved MAM support + bug fixes
+
### Version 1.23.6
* Fixed crash on receiving invalid HTTP slot response
Daniel Gultsch created
CHANGELOG.md | 3 +++
build.gradle | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
@@ -1,5 +1,8 @@
# Changelog
+### Version 1.23.7
+* Improved MAM support + bug fixes
+
### Version 1.23.6
* Fixed crash on receiving invalid HTTP slot response
@@ -68,8 +68,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
- versionCode 253
- versionName "1.23.6"
+ versionCode 254
+ versionName "1.23.7"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}