Use jmDNS from JCenter

This commit is contained in:
Cameron Gutman 2019-03-19 19:29:53 -07:00
parent 10e0a262f7
commit 44905ed774
2 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ dependencies {
// We expose an interface containing a jmDNS class // We expose an interface containing a jmDNS class
// so we need to expose the jmDNS library to users // so we need to expose the jmDNS library to users
// at compile time. // at compile time.
api files('libs/jmdns-3.4.2.jar') api 'org.jmdns:jmdns:3.5.5'
} }