version bump to 1.11.4 + changelog
This commit is contained in:
parent
ecaf75e5ec
commit
b4ad2de2e5
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.11.4
|
||||||
|
* fixed a bug where contacts are shown as offline
|
||||||
|
* improved broken PEP detection
|
||||||
|
|
||||||
####Version 1.11.3
|
####Version 1.11.3
|
||||||
* check maximum file size when using HTTP Upload
|
* check maximum file size when using HTTP Upload
|
||||||
* properly calculate caps hash
|
* properly calculate caps hash
|
||||||
|
|
|
@ -64,8 +64,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 135
|
versionCode 136
|
||||||
versionName "1.11.3"
|
versionName "1.11.4"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue