version bump to 1.23.7 + changelog

This commit is contained in:
Daniel Gultsch 2018-02-25 14:46:02 +01:00
parent c7ef09a7d2
commit a3b4cc73b4
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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"
}