Skip to content

Commit

Permalink
Released v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Apr 21, 2017
1 parent eee6d39 commit aceb5db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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 25
versionCode 2
versionName "1.1.0"
versionCode 3
versionName "1.2.0"

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


compile 'org.pcap4j:pcap4j-core:1.7.0'
compile 'org.pcap4j:pcap4j-packetfactory-propertiesbased:1.7.0'
compile 'de.measite.minidns:minidns-hla:0.2.1'
Expand Down

0 comments on commit aceb5db

Please sign in to comment.