version bump to 1.10.0-beta and changelog
This commit is contained in:
parent
349dd8291d
commit
726393f8da
|
@ -1,5 +1,10 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.10.0
|
||||||
|
* Support for XEP-0357: Push Notifications
|
||||||
|
* Support for XEP-0308: Last Message Correction
|
||||||
|
* introduced build flavors to make dependence on play-services optional
|
||||||
|
|
||||||
####Version 1.9.4
|
####Version 1.9.4
|
||||||
* prevent cleared Conversations from reloading history with MAM
|
* prevent cleared Conversations from reloading history with MAM
|
||||||
* various MAM fixes
|
* various MAM fixes
|
||||||
|
|
|
@ -58,8 +58,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 123
|
versionCode 124
|
||||||
versionName "1.9.4"
|
versionName "1.10.0-beta"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue