1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-13 02:59:39 +02:00

Add unit test for smack-resolver-minidns-dox

This commit is contained in:
Florian Schmaus 2019-04-14 21:29:20 +02:00
parent a1c88f1fad
commit 7fd0676ff4
3 changed files with 174 additions and 4 deletions

View file

@ -4,4 +4,5 @@ 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")
}