mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
10 lines
298 B
Groovy
10 lines
298 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 {
|
|
api project(':smack-core')
|
|
api "org.minidns:minidns-hla:$miniDnsVersion"
|
|
implementation "org.jxmpp:jxmpp-util-cache:$jxmppVersion"
|
|
}
|