mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
a1630d033e
This closes the cycle which started with a GSOC 2015 project under the umbrella of the XSF adding DNSSEC/DANE support to MiniDNS. Fixes SMACK-366.
10 lines
308 B
Groovy
10 lines
308 B
Groovy
description = """\
|
|
DNS SRV with minidns
|
|
Use minidns for DNS SRV lookups. For platforms that don't provide the
|
|
javax.naming API (e.g. Android)."""
|
|
|
|
dependencies {
|
|
compile project(path: ':smack-core')
|
|
compile 'de.measite.minidns:minidns-hla:0.2.0-beta1'
|
|
compile "org.jxmpp:jxmpp-util-cache:$jxmppVersion"
|
|
}
|