forked from mirror/monocles_chat_clean
version bump to 1.23.6 + changelog
This commit is contained in:
parent
2905cbc174
commit
103789df5b
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
### Version 1.23.6
|
||||
* Fixed crash on receiving invalid HTTP slot response
|
||||
|
||||
### Version 1.23.5
|
||||
* improved self chat
|
||||
|
||||
|
|
|
@ -68,8 +68,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
versionCode 252
|
||||
versionName "1.23.5"
|
||||
versionCode 253
|
||||
versionName "1.23.6"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue