1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-22 12:02:05 +01:00

Bump jxmpp to 0.6.0

This commit is contained in:
Florian Schmaus 2017-11-18 15:44:01 +01:00
parent 2341bb4e23
commit 809ab6f42f

View file

@ -2,7 +2,7 @@ allprojects {
ext {
shortVersion = '4.2.2'
isSnapshot = true
jxmppVersion = '0.5.0'
jxmppVersion = '0.6.0'
smackMinAndroidSdk = 8
}
}