mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-05 03:02:34 +00:00
Updated MiniDNS
This commit is contained in:
parent
e356fadd80
commit
f1387af07e
1 changed files with 5 additions and 6 deletions
|
@ -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.1.0"
|
||||
def minidns_version = "1.1.1"
|
||||
def openpgp_version = "12.0"
|
||||
def badge_version = "1.1.22"
|
||||
def bugsnag_version = "6.7.0"
|
||||
|
@ -766,12 +766,11 @@ dependencies {
|
|||
|
||||
// https://github.com/MiniDNS/minidns
|
||||
// https://mvnrepository.com/artifact/org.minidns/minidns-hla
|
||||
// https://central.sonatype.com/artifact/org.igniterealtime.smack/minidns-hla
|
||||
implementation "org.igniterealtime.smack:minidns-hla:$minidns_version"
|
||||
implementation "org.minidns:minidns-hla:$minidns_version"
|
||||
// Include
|
||||
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"
|
||||
implementation "org.minidns:minidns-client:$minidns_version"
|
||||
implementation "org.minidns:minidns-core:$minidns_version"
|
||||
implementation "org.minidns:minidns-iterative-resolver:$minidns_version"
|
||||
|
||||
// https://github.com/open-keychain/openpgp-api
|
||||
// https://mvnrepository.com/artifact/org.sufficientlysecure/openpgp-api
|
||||
|
|
Loading…
Add table
Reference in a new issue