1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00

Use Jid (and subclasses) from jxmpp-jid

Fixes SMACK-634
This commit is contained in:
Florian Schmaus 2015-02-14 17:15:02 +01:00
parent 0ee2d9ed1e
commit 5bb4727c57
180 changed files with 1510 additions and 1032 deletions

View file

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