mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
7 lines
171 B
Groovy
7 lines
171 B
Groovy
description = """\
|
|
DNS over XMPP (DoX) support using MiniDNS."""
|
|
|
|
dependencies {
|
|
api project(path: ':smack-resolver-minidns')
|
|
api project(path: ':smack-experimental')
|
|
}
|