Skip to content

Commit aceb5db

Browse files
committed
Released v1.2.0
1 parent eee6d39 commit aceb5db

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "org.itxtech.daedalus"
1010
minSdkVersion 15
1111
targetSdkVersion 25
12-
versionCode 2
13-
versionName "1.1.0"
12+
versionCode 3
13+
versionName "1.2.0"
1414

1515
buildConfigField "String", "BUILD_TIME", "\"${System.currentTimeMillis()}\""
1616
buildConfigField "String", "GIT_COMMIT", "\"${gitCommit}\""
@@ -50,7 +50,6 @@ dependencies {
5050
compile 'com.android.support:support-v4:25.3.1'
5151
compile 'com.android.support:percent:25.3.1'
5252

53-
5453
compile 'org.pcap4j:pcap4j-core:1.7.0'
5554
compile 'org.pcap4j:pcap4j-packetfactory-propertiesbased:1.7.0'
5655
compile 'de.measite.minidns:minidns-hla:0.2.1'

0 commit comments

Comments
 (0)