upgrade pcap4j

This commit is contained in:
PeratX 2022-05-23 15:21:30 +08:00
parent 61443b9d84
commit e559925805

View File

@ -60,8 +60,8 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.3.0-alpha02'
implementation 'androidx.preference:preference:1.2.0'
//DNS
implementation 'org.pcap4j:pcap4j-core:1.7.6'
implementation 'org.pcap4j:pcap4j-packetfactory-static:1.7.6'
implementation 'org.pcap4j:pcap4j-core:1.8.2'
implementation 'org.pcap4j:pcap4j-packetfactory-static:1.8.2'
implementation 'org.minidns:minidns-client:1.0.3'
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.squareup.okhttp3:okhttp:4.9.3'