version bump to 1.7.1

This commit is contained in:
Daniel Gultsch 2015-10-29 23:16:39 +01:00
parent 8553d5a563
commit 1ec3d86eb7
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
###Changelog
####Versrion 1.7.1
* performance improvements when opening a conversation
####Version 1.7.0
* CAPTCHA support
* SASL EXTERNAL (client certifiates)

View File

@ -49,8 +49,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
versionCode 102
versionName "1.7.0"
versionCode 103
versionName "1.7.1"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}