Smack 4.2.0-alpha3-SNAPSHOT

This commit is contained in:
Florian Schmaus 2015-09-28 12:03:09 +02:00
parent fd7ab185c7
commit b18c6dac62
1 changed files with 2 additions and 2 deletions

View File

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