Smack 4.2.0-rc4-SNAPSHOT

This commit is contained in:
Florian Schmaus 2017-02-11 20:39:54 +01:00
parent 5f7be5abf3
commit 4d58fc136b
1 changed files with 2 additions and 2 deletions

View File

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