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

Bump jxmpp to 0.6.2

This commit is contained in:
Florian Schmaus 2018-04-13 10:15:28 +02:00
parent 5f58529c3a
commit 7baf276ba0

View file

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