version bump to 1.10.0-beta and changelog
This commit is contained in:
parent
349dd8291d
commit
726393f8da
|
@ -1,5 +1,10 @@
|
|||
###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
|
||||
* prevent cleared Conversations from reloading history with MAM
|
||||
* various MAM fixes
|
||||
|
|
|
@ -58,8 +58,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
versionCode 123
|
||||
versionName "1.9.4"
|
||||
versionCode 124
|
||||
versionName "1.10.0-beta"
|
||||
archivesBaseName += "-$versionName"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue