We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee6d39 commit aceb5dbCopy full SHA for aceb5db
app/build.gradle
@@ -9,8 +9,8 @@ android {
9
applicationId "org.itxtech.daedalus"
10
minSdkVersion 15
11
targetSdkVersion 25
12
- versionCode 2
13
- versionName "1.1.0"
+ versionCode 3
+ versionName "1.2.0"
14
15
buildConfigField "String", "BUILD_TIME", "\"${System.currentTimeMillis()}\""
16
buildConfigField "String", "GIT_COMMIT", "\"${gitCommit}\""
@@ -50,7 +50,6 @@ dependencies {
50
compile 'com.android.support:support-v4:25.3.1'
51
compile 'com.android.support:percent:25.3.1'
52
53
-
54
compile 'org.pcap4j:pcap4j-core:1.7.0'
55
compile 'org.pcap4j:pcap4j-packetfactory-propertiesbased:1.7.0'
56
compile 'de.measite.minidns:minidns-hla:0.2.1'
0 commit comments