version bump to 1.14.0-beta + changelog

This commit is contained in:
Daniel Gultsch 2016-08-27 15:30:41 +02:00
parent 2c187d0e7c
commit b747afb44c
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
###Changelog
####Version 1.14.0
* Improvments for N
* Quick Reply to Notifications on N
* Don't download avatars and files when data saver is on
* bug fixes
####Version 1.13.9
* bug fixes

View File

@ -56,8 +56,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionCode 168
versionName "1.13.9"
versionCode 169
versionName "1.14.0-beta"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}