Smack 4.1.0-beta2-SNAPSHOT

This commit is contained in:
Florian Schmaus 2015-01-14 09:16:03 +01:00
parent fd69a4c97f
commit 9cc58ec8a0
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '4.1.0-beta1'
isSnapshot = false
shortVersion = '4.1.0-beta2'
isSnapshot = true
jxmppVersion = '0.4.1'
smackMinAndroidSdk = 8
}