version bump to 1.12.8

This commit is contained in:
Daniel Gultsch 2016-05-30 21:16:14 +02:00
parent 6d0e5f4354
commit b7c8ce1511
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog
####Version 1.12.8
* more bug fixes :-(
####Version 1.12.7
* bug fixes

View File

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