version bump to 1.10.0-beta and changelog

This commit is contained in:
Daniel Gultsch 2016-02-16 12:59:54 +01:00
parent 349dd8291d
commit 726393f8da
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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"
}