Updated dependencies

This commit is contained in:
PeratX 2017-12-16 13:54:29 +08:00
parent 308a0a08d3
commit 0be346cfc1

View File

@ -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'