version bump to 1.14.9 + changelog

This commit is contained in:
Daniel Gultsch 2016-11-08 21:38:12 +01:00
parent bb4952c89e
commit bd578c59bf
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
###Changelog ###Changelog
####Version 1.14.9
* warn in account details when data saver is enabled
* automatically enable foreground service after detecting frequent restarts
* bug fixes
####Version 1.14.8 ####Version 1.14.8
* bug fixes * bug fixes

View File

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