1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 23:24:50 +02:00

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

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
}