From e559925805e3201d5ca024bdaf7408db517b5bf2 Mon Sep 17 00:00:00 2001 From: PeratX Date: Mon, 23 May 2022 15:21:30 +0800 Subject: [PATCH] upgrade pcap4j --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a18fcfa..34f1dac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'