Smack 4.2.0-alpha3

This commit is contained in:
Florian Schmaus 2016-01-26 08:43:46 +01:00
parent e0cbb95b5d
commit 269105b2de
1 changed files with 1 additions and 1 deletions

View File

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