Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Dec 16, 2017
1 parent 308a0a0 commit 0be346c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,12 @@ dependencies {
compile 'com.android.support:percent:26.0.2'
compile 'com.android.support:cardview-v7:26.0.2'

compile 'org.pcap4j:pcap4j-core:1.7.1'
compile 'org.pcap4j:pcap4j-packetfactory-static:1.7.1'
compile 'org.pcap4j:pcap4j-core:1.7.2'
compile 'org.pcap4j:pcap4j-packetfactory-static:1.7.2'
compile 'de.measite.minidns:minidns-core:0.2.2'
compile 'com.google.code.gson:gson:2.8.1'
compile 'com.google.code.gson:gson:2.8.2'

compile 'com.google.firebase:firebase-crash:11.0.4'

testCompile 'junit:junit:4.12'
}

apply plugin: 'com.google.gms.google-services'

0 comments on commit 0be346c

Please sign in to comment.