Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Jan 1, 2018
1 parent ace52e1 commit 5d3d126
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "org.itxtech.daedalus"
minSdkVersion 15
targetSdkVersion 26
versionCode 13
versionName "1.10.2"
versionCode 14
versionName "1.11.0"

buildConfigField "String", "BUILD_TIME", "\"${System.currentTimeMillis()}\""
buildConfigField "String", "GIT_COMMIT", "\"${gitCommit}\""
Expand Down Expand Up @@ -47,8 +47,8 @@ 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.2'
compile 'org.pcap4j:pcap4j-packetfactory-static:1.7.2'
compile 'org.pcap4j:pcap4j-core:1.7.3'
compile 'org.pcap4j:pcap4j-packetfactory-static:1.7.3'
compile 'de.measite.minidns:minidns-core:0.2.2'
compile 'com.google.code.gson:gson:2.8.2'

Expand Down

0 comments on commit 5d3d126

Please sign in to comment.