Smack 4.1.0-beta1

This commit is contained in:
Florian Schmaus 2015-01-14 09:06:33 +01:00
parent fc14962445
commit fd69a4c97f
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
allprojects {
ext {
shortVersion = '4.1.0-alpha7'
isSnapshot = true
jxmppVersion = "0.4.1-alpha2-SNAPSHOT"
shortVersion = '4.1.0-beta1'
isSnapshot = false
jxmppVersion = '0.4.1'
smackMinAndroidSdk = 8
}
}