version bump to 1.7.1
This commit is contained in:
parent
8553d5a563
commit
1ec3d86eb7
|
@ -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)
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue