Smack 4.2.0-rc2-SNAPSHOT

This commit is contained in:
Florian Schmaus 2017-01-03 12:08:44 +01:00
parent 0d14b9d9b9
commit 157ff138a4
1 changed files with 2 additions and 2 deletions

View File

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