Bump JXMPP to 0.6.3

This commit is contained in:
Florian Schmaus 2018-08-02 12:55:51 +02:00
parent 5bf0fd64ac
commit 5a7e656898
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ allprojects {
ext {
shortVersion = '4.3.0-rc2'
isSnapshot = true
jxmppVersion = '0.6.2'
jxmppVersion = '0.6.3'
miniDnsVersion = '0.3.0'
smackMinAndroidSdk = 9
}