version bump to 1.23.7 + changelog
This commit is contained in:
parent
7557de5479
commit
2f3ea872d9
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 1.23.7
|
||||||
|
* Improved MAM support + bug fixes
|
||||||
|
|
||||||
### Version 1.23.6
|
### Version 1.23.6
|
||||||
* Fixed crash on receiving invalid HTTP slot response
|
* Fixed crash on receiving invalid HTTP slot response
|
||||||
|
|
||||||
|
|
|
@ -68,8 +68,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 253
|
versionCode 254
|
||||||
versionName "1.23.6"
|
versionName "1.23.7"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue