1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 15:14:54 +02:00

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

View file

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