mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-04 16:25:06 -05:00
version bump to 1.7.0-beta
This commit is contained in:
parent
be38b1e5f4
commit
0bd4105b1d
@ -1,5 +1,13 @@
|
||||
###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
|
||||
* tab completion for MUC nicks
|
||||
* history export
|
||||
|
@ -49,8 +49,8 @@ android {
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 21
|
||||
versionCode 98
|
||||
versionName "1.6.11"
|
||||
versionCode 99
|
||||
versionName "1.7.0-beta"
|
||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user