version bump to 1.12.7

This commit is contained in:
Daniel Gultsch 2016-05-29 21:25:39 +02:00
parent ea18ceae4a
commit 762820072a
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog
####Version 1.12.7
* bug fixes
####Version 1.12.6
* bug fixes

View File

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