1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-17 17:04:49 +02:00

Bump jxmpp to 0.4.2

SMACK-687
This commit is contained in:
Florian Schmaus 2015-07-29 08:21:20 +02:00
parent 9884eee85d
commit 8db082e5ea

View file

@ -2,7 +2,7 @@ allprojects {
ext { ext {
shortVersion = '4.1.4' shortVersion = '4.1.4'
isSnapshot = true isSnapshot = true
jxmppVersion = '0.4.2-beta1' jxmppVersion = '0.4.2'
smackMinAndroidSdk = 8 smackMinAndroidSdk = 8
} }
} }