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

Smack 4.1.0

This commit is contained in:
Florian Schmaus 2015-03-29 12:05:59 +02:00
parent dbaee174ca
commit 4bb8aea281
2 changed files with 127 additions and 2 deletions

View file

@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.1.0-rc6'
isSnapshot = true
shortVersion = '4.1.0'
isSnapshot = false
jxmppVersion = '0.4.2-beta1'
smackMinAndroidSdk = 8
}