Require jxmpp 0.4.0

This commit is contained in:
Florian Schmaus 2014-11-02 11:24:28 +01:00
parent fadef7d1bf
commit c351382c73
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ allprojects {
// build, causing unnecessary rebuilds.
builtDate = (new java.text.SimpleDateFormat("yyyy-MM-dd")).format(new Date())
oneLineDesc = 'An Open Source XMPP (Jabber) client library'
jxmppVersion = "0.3.0"
jxmppVersion = "0.4.0"
smackMinAndroidSdk = 8
androidProjects = [':smack-tcp',':smack-core', ':smack-resolver-minidns', ':smack-sasl-provided', ':smack-extensions', ':smack-experimental'].collect{ project(it) }
androidBootClasspath = getAndroidRuntimeJar()