mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 05:34:51 +00:00
Updated MiniDNS
This commit is contained in:
parent
f222dc8c17
commit
134d7379d2
1 changed files with 6 additions and 5 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.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
|
||||
|
|
Loading…
Reference in a new issue