diff --git a/app/build.gradle b/app/build.gradle index aa2f9f45f5..895855ec3b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -589,7 +589,7 @@ dependencies { def jsonpath_version = "2.9.0" def css_version = "0.9.30" def jax_version = "2.3.0-jaxb-1.0.6" - def minidns_version = "1.0.5" + def minidns_version = "1.1.0" def openpgp_version = "12.0" def badge_version = "1.1.22" def bugsnag_version = "6.7.0" @@ -766,11 +766,12 @@ dependencies { // https://github.com/MiniDNS/minidns // https://mvnrepository.com/artifact/org.minidns/minidns-hla - implementation "org.minidns:minidns-hla:$minidns_version" + // https://central.sonatype.com/artifact/org.igniterealtime.smack/minidns-hla + implementation "org.igniterealtime.smack:minidns-hla:$minidns_version" // Include - implementation "org.minidns:minidns-client:$minidns_version" - implementation "org.minidns:minidns-core:$minidns_version" - implementation "org.minidns:minidns-iterative-resolver:$minidns_version" + implementation "org.igniterealtime.smack:minidns-client:$minidns_version" + implementation "org.igniterealtime.smack:minidns-core:$minidns_version" + implementation "org.igniterealtime.smack:minidns-iterative-resolver:$minidns_version" // https://github.com/open-keychain/openpgp-api // https://mvnrepository.com/artifact/org.sufficientlysecure/openpgp-api