Smack/smack-resolver-minidns/build.gradle

11 lines
306 B
Groovy
Raw Normal View History

2014-06-22 22:35:38 +02:00
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')
2017-01-02 10:46:07 +01:00
compile 'de.measite.minidns:minidns-hla:[0.2,0.3)'
compile "org.jxmpp:jxmpp-util-cache:$jxmppVersion"
2014-06-22 22:35:38 +02:00
}