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

Smack 4.2.4

This commit is contained in:
Florian Schmaus 2018-04-15 14:01:49 +02:00
parent fbdb4112ba
commit b548da0707
2 changed files with 35 additions and 1 deletions

View file

@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.2.4'
isSnapshot = true
isSnapshot = false
jxmppVersion = '0.6.2'
smackMinAndroidSdk = 8
}