mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-12 19:02:06 +01:00
Require jxmpp 0.4.0
This commit is contained in:
parent
fadef7d1bf
commit
c351382c73
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue