Bump jxmpp to 0.7.0-alpha3

This commit is contained in:
Florian Schmaus 2018-10-21 10:21:54 +02:00
parent 2ee621ed10
commit 06956a36b9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ allprojects {
ext {
shortVersion = '4.4.0-alpha2'
isSnapshot = true
jxmppVersion = '0.7.0-alpha2'
jxmppVersion = '0.7.0-alpha3'
miniDnsVersion = '0.4.0-alpha3'
smackMinAndroidSdk = 9
}