You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
298 B
10 lines
298 B
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" |
|
}
|
|
|