Released v1.2.0
This commit is contained in:
parent
eee6d3923f
commit
aceb5dbdda
@ -9,8 +9,8 @@ android {
|
|||||||
applicationId "org.itxtech.daedalus"
|
applicationId "org.itxtech.daedalus"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 2
|
versionCode 3
|
||||||
versionName "1.1.0"
|
versionName "1.2.0"
|
||||||
|
|
||||||
buildConfigField "String", "BUILD_TIME", "\"${System.currentTimeMillis()}\""
|
buildConfigField "String", "BUILD_TIME", "\"${System.currentTimeMillis()}\""
|
||||||
buildConfigField "String", "GIT_COMMIT", "\"${gitCommit}\""
|
buildConfigField "String", "GIT_COMMIT", "\"${gitCommit}\""
|
||||||
@ -50,7 +50,6 @@ dependencies {
|
|||||||
compile 'com.android.support:support-v4:25.3.1'
|
compile 'com.android.support:support-v4:25.3.1'
|
||||||
compile 'com.android.support:percent:25.3.1'
|
compile 'com.android.support:percent:25.3.1'
|
||||||
|
|
||||||
|
|
||||||
compile 'org.pcap4j:pcap4j-core:1.7.0'
|
compile 'org.pcap4j:pcap4j-core:1.7.0'
|
||||||
compile 'org.pcap4j:pcap4j-packetfactory-propertiesbased:1.7.0'
|
compile 'org.pcap4j:pcap4j-packetfactory-propertiesbased:1.7.0'
|
||||||
compile 'de.measite.minidns:minidns-hla:0.2.1'
|
compile 'de.measite.minidns:minidns-hla:0.2.1'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user