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.5.0

This commit is contained in:
Florian Schmaus 2017-01-02 09:07:57 +01:00
parent f633313c4a
commit 183c605278
8 changed files with 13 additions and 13 deletions

View file

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