version bump to 1.7.0-beta
This commit is contained in:
parent
be38b1e5f4
commit
0bd4105b1d
|
@ -1,5 +1,13 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 1.7.0
|
||||||
|
* CAPTCHA support
|
||||||
|
* SASL EXTERNAL (client certifiates)
|
||||||
|
* fetching MUC history via MAM
|
||||||
|
* redownload deleted files from HTTP hosts
|
||||||
|
* Expert setting to automatically set presence
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
####Version 1.6.11
|
####Version 1.6.11
|
||||||
* tab completion for MUC nicks
|
* tab completion for MUC nicks
|
||||||
* history export
|
* history export
|
||||||
|
|
|
@ -49,8 +49,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 98
|
versionCode 99
|
||||||
versionName "1.6.11"
|
versionName "1.7.0-beta"
|
||||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue