Smack 4.2.0-beta1

This commit is contained in:
Florian Schmaus 2016-04-15 10:18:05 +02:00
parent 898912050e
commit 2f4168d3e7
1 changed files with 2 additions and 2 deletions

View File

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