version bump to 1.7.1
This commit is contained in:
parent
8553d5a563
commit
1ec3d86eb7
|
@ -1,5 +1,8 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Versrion 1.7.1
|
||||||
|
* performance improvements when opening a conversation
|
||||||
|
|
||||||
####Version 1.7.0
|
####Version 1.7.0
|
||||||
* CAPTCHA support
|
* CAPTCHA support
|
||||||
* SASL EXTERNAL (client certifiates)
|
* SASL EXTERNAL (client certifiates)
|
||||||
|
|
|
@ -49,8 +49,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 102
|
versionCode 103
|
||||||
versionName "1.7.0"
|
versionName "1.7.1"
|
||||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue