version bump to 1.12.9 + changelog

This commit is contained in:
Daniel Gultsch 2016-06-03 23:57:18 +02:00
parent 7398424f3b
commit becc3eb867
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog
####Version 1.12.9
* make grace period configurable
####Version 1.12.8
* more bug fixes :-(

View File

@ -54,8 +54,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 149
versionName "1.12.8"
versionCode 151
versionName "1.12.9"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}