bumped gradle to 1.15.0-beta

This commit is contained in:
Daniel Gultsch 2016-11-24 12:06:15 +01:00
parent 6a5d2e35b5
commit 1e59a9517a
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,12 @@
###Changelog
####Version 1.15.0
* New [Blind Trust Before Verification](https://gultsch.de/trust.html) mode
* Easily share Barcode and XMPP uri from Account details
* Automatically deactivate own devices after 7 day of inactivity
* Improvements fo doze/push mode
* bug fixes
####Version 1.14.9
* warn in account details when data saver is enabled
* automatically enable foreground service after detecting frequent restarts

View file

@ -55,8 +55,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionCode 182
versionName "1.14.9"
versionCode 183
versionName "1.15.0-beta"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}