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.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 {
shortVersion = '4.1.4'
isSnapshot = true
jxmppVersion = '0.4.2-beta1'
jxmppVersion = '0.4.2'
smackMinAndroidSdk = 8
}
}