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

Bump jxmpp to 0.7.0-alpha1

This commit is contained in:
Florian Schmaus 2018-08-02 14:37:59 +02:00
parent 9bb724d65d
commit 50385be964
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ allprojects {
ext {
shortVersion = '4.4.0-alpha2'
isSnapshot = true
jxmppVersion = '0.6.2'
jxmppVersion = '0.7.0-alpha1'
miniDnsVersion = '0.3.0'
smackMinAndroidSdk = 9
}