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

Smack 4.2.3

This commit is contained in:
Florian Schmaus 2018-02-07 21:19:01 +01:00
parent dfaee56415
commit 1de9d3dee0
2 changed files with 18 additions and 1 deletions

View file

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