Smack 4.1.0-rc1

This commit is contained in:
Florian Schmaus 2015-02-14 09:36:31 +01:00
parent 26f4528698
commit 8a32d22739
1 changed files with 2 additions and 2 deletions

View File

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