mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-14 19:42:05 +01:00
8 lines
251 B
Groovy
8 lines
251 B
Groovy
description = """\
|
|
DNS over XMPP (DoX) support using MiniDNS."""
|
|
|
|
dependencies {
|
|
compile project(path: ':smack-resolver-minidns')
|
|
compile project(path: ':smack-experimental')
|
|
testCompile project(path: ":smack-core", configuration: "testRuntime")
|
|
}
|