Smack 4.2.0-rc1

This commit is contained in:
Florian Schmaus 2017-01-03 11:45:17 +01:00
parent a8429d45f6
commit 0d14b9d9b9
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.2.0-beta4'
isSnapshot = true
shortVersion = '4.2.0-rc1'
isSnapshot = false
jxmppVersion = '0.5.0'
smackMinAndroidSdk = 8
}