version bump to 1.14.4 + changelog

This commit is contained in:
Daniel Gultsch 2016-09-24 21:24:55 +02:00
parent 343d895a26
commit cee3c98a23
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog
####Version 1.14.4
* bug fixes
####Version 1.14.3
* XEP-0377: Spam Reporting
* fix rare start up crashes

View File

@ -56,8 +56,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionCode 174
versionName "1.14.3"
versionCode 175
versionName "1.14.4"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}