We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61443b9 commit e559925Copy full SHA for e559925
app/build.gradle
@@ -60,8 +60,8 @@ dependencies {
60
implementation 'androidx.recyclerview:recyclerview:1.3.0-alpha02'
61
implementation 'androidx.preference:preference:1.2.0'
62
//DNS
63
- implementation 'org.pcap4j:pcap4j-core:1.7.6'
64
- 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'
65
implementation 'org.minidns:minidns-client:1.0.3'
66
implementation 'com.google.code.gson:gson:2.9.0'
67
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
0 commit comments