mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
a91ca2aebf
Also add minidns-core as dependency to smack-core. This requires increasing the minimum required Android SDK level to 9, as this is what MiniDNS requires.
10 lines
305 B
Groovy
10 lines
305 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 "org.minidns:minidns-hla:$miniDnsVersion"
|
|
compile "org.jxmpp:jxmpp-util-cache:$jxmppVersion"
|
|
}
|