mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
7 lines
179 B
Groovy
7 lines
179 B
Groovy
description = """\
|
|
DNS over XMPP (DoX) support using MiniDNS."""
|
|
|
|
dependencies {
|
|
compile project(path: ':smack-resolver-minidns')
|
|
compile project(path: ':smack-experimental')
|
|
}
|