app: update dependencies
This commit is contained in:
parent
3907732c71
commit
0a1852e130
@ -10,8 +10,8 @@ android {
|
||||
applicationId "org.itxtech.daedalus"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 28
|
||||
versionCode 18
|
||||
versionName "1.13.0"
|
||||
versionCode 19
|
||||
versionName "1.14.0"
|
||||
|
||||
buildConfigField "String", "BUILD_TIME", "\"${System.currentTimeMillis()}\""
|
||||
buildConfigField "String", "GIT_COMMIT", "\"${gitCommit}\""
|
||||
@ -39,18 +39,18 @@ android {
|
||||
|
||||
dependencies {
|
||||
//Support
|
||||
implementation 'androidx.appcompat:appcompat:1.0.2'
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0-alpha4'
|
||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
implementation 'androidx.percentlayout:percentlayout:1.0.0'
|
||||
implementation 'androidx.cardview:cardview:1.0.0'
|
||||
implementation 'com.google.android.material:material:1.0.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha03'
|
||||
implementation 'com.google.android.material:material:1.1.0-alpha05'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha04'
|
||||
//DNS
|
||||
implementation 'org.pcap4j:pcap4j-core:1.7.4'
|
||||
implementation 'org.pcap4j:pcap4j-packetfactory-static:1.7.4'
|
||||
implementation 'org.pcap4j:pcap4j-core:1.7.6'
|
||||
implementation 'org.pcap4j:pcap4j-packetfactory-static:1.7.6'
|
||||
implementation 'org.minidns:minidns-client:0.3.4'
|
||||
implementation 'com.google.code.gson:gson:2.8.5'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.14.1'
|
||||
//Analytics
|
||||
implementation 'com.google.firebase:firebase-core:16.0.8'
|
||||
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.9'
|
||||
|
@ -91,7 +91,7 @@
|
||||
<string name="settings_app_filter">App Filter</string>
|
||||
<string name="settings_app_filter_mode">Blacklist mode</string>
|
||||
<string name="settings_app_filter_list">Select application</string>
|
||||
<string name="settings_app_filter_list_summary">Select an app to filter</string>
|
||||
<string name="settings_app_filter_list_summary">Select apps to pass through</string>
|
||||
<string name="settings_app_filter_summary">Only supports Android Lollipop and above</string>
|
||||
|
||||
<string name="server_pdomo_primary">PdoMo DNS Primary</string>
|
||||
|
@ -9,9 +9,9 @@ buildscript {
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.2.1'
|
||||
classpath 'com.android.tools.build:gradle:3.4.0'
|
||||
classpath 'com.google.gms:google-services:4.2.0'
|
||||
classpath 'io.fabric.tools:gradle:1.27.0'
|
||||
classpath 'io.fabric.tools:gradle:1.28.1'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
Loading…
Reference in New Issue
Block a user