1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 07:04:49 +02:00
Smack/smack-resolver-minidns/build.gradle
2021-04-14 20:30:51 +02:00

11 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"
}