Smack 4.1.0-rc2

This commit is contained in:
Florian Schmaus 2015-02-21 16:57:52 +01:00
parent 29bda59617
commit 407f555cbf
1 changed files with 1 additions and 1 deletions

View File

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