version bump to 1.5.1 and changelog
This commit is contained in:
parent
ffa588ba3e
commit
40499be9b6
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.5.1
|
||||||
|
* fixed rare crashes
|
||||||
|
* improved otr support
|
||||||
|
|
||||||
####Version 1.5.0
|
####Version 1.5.0
|
||||||
* upload files to HTTP host and share them in MUCs. requires new [HttpUploadComponent](https://github.com/siacs/HttpUploadComponent) on server side
|
* upload files to HTTP host and share them in MUCs. requires new [HttpUploadComponent](https://github.com/siacs/HttpUploadComponent) on server side
|
||||||
|
|
||||||
|
|
|
@ -48,8 +48,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 78
|
versionCode 79
|
||||||
versionName "1.5.0"
|
versionName "1.5.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|
Loading…
Reference in a new issue