version bump to 1.0.4 and changelog
This commit is contained in:
parent
a6e6959614
commit
24cd08e55e
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.0.4
|
||||||
|
* load avatars asynchronously on start up
|
||||||
|
* support for XEP-0092: Software Version
|
||||||
|
|
||||||
|
####Version 1.0.3
|
||||||
|
* load messages asynchronously on start up
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
|
####Version 1.0.2
|
||||||
|
* skipped
|
||||||
|
|
||||||
|
####Version 1.0.1
|
||||||
|
* accept more ciphers
|
||||||
|
|
||||||
####Version 1.0
|
####Version 1.0
|
||||||
* MUC controls (Affiliaton changes)
|
* MUC controls (Affiliaton changes)
|
||||||
* Added download button to notification
|
* Added download button to notification
|
||||||
|
|
|
@ -46,8 +46,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 48
|
versionCode 49
|
||||||
versionName "1.0.3"
|
versionName "1.0.4"
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|
Loading…
Reference in a new issue