1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-10-31 17:25:58 +01:00
Smack/smack-resolver-minidns-dox/build.gradle
2021-04-14 20:30:51 +02:00

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')
}