Skip to content

Commit 5d3d126

Browse files
committed
Release 1.11.0
1 parent ace52e1 commit 5d3d126

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)