File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 applicationId " org.itxtech.daedalus"
1010 minSdkVersion 15
1111 targetSdkVersion 26
12- versionCode 13
13- versionName " 1.10.2 "
12+ versionCode 14
13+ versionName " 1.11.0 "
1414
1515 buildConfigField " String" , " BUILD_TIME" , " \" ${ System.currentTimeMillis()} \" "
1616 buildConfigField " String" , " GIT_COMMIT" , " \" ${ gitCommit} \" "
@@ -47,8 +47,8 @@ dependencies {
4747 compile ' com.android.support:percent:26.0.2'
4848 compile ' com.android.support:cardview-v7:26.0.2'
4949
50- compile ' org.pcap4j:pcap4j-core:1.7.2 '
51- compile ' org.pcap4j:pcap4j-packetfactory-static:1.7.2 '
50+ compile ' org.pcap4j:pcap4j-core:1.7.3 '
51+ compile ' org.pcap4j:pcap4j-packetfactory-static:1.7.3 '
5252 compile ' de.measite.minidns:minidns-core:0.2.2'
5353 compile ' com.google.code.gson:gson:2.8.2'
5454
You can’t perform that action at this time.
0 commit comments