Bump jxmpp to 0.7.0-alpha2

This commit is contained in:
Florian Schmaus 2018-10-14 14:31:47 +02:00
parent ab120691cb
commit f94c6cd970
1 changed files with 1 additions and 1 deletions

View File

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