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

Smack 4.2.0

This commit is contained in:
Florian Schmaus 2017-03-10 21:39:01 +01:00
parent b436ab897d
commit b9b8b1a780
3 changed files with 145 additions and 7 deletions

View file

@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.2.0-rc4'
isSnapshot = true
shortVersion = '4.2.0'
isSnapshot = false
jxmppVersion = '0.5.0'
smackMinAndroidSdk = 8
}