Skip to content

Commit

Permalink
Revert dnsjava to 3.0.0 as used in 0.6.5 (fixes #411)
Browse files Browse the repository at this point in the history
At least I hope it fixes it. Oh well...
  • Loading branch information
julian-klode committed Mar 23, 2021
1 parent e95be5e commit 3080b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
// Proxy stuff
implementation 'org.pcap4j:pcap4j-core:1.8.2'
implementation 'org.pcap4j:pcap4j-packetfactory-static:1.8.2'
implementation 'dnsjava:dnsjava:3.3.1'
implementation 'dnsjava:dnsjava:3.0.0'

implementation 'com.google.code.gson:gson:2.8.6'

Expand Down

0 comments on commit 3080b85

Please sign in to comment.