From 0a1852e1304dc1e0da982934d1de1e7452170cb4 Mon Sep 17 00:00:00 2001
From: PeratX <1215714524@qq.com>
Date: Sun, 21 Apr 2019 00:08:45 +0800
Subject: [PATCH] app: update dependencies
---
app/build.gradle | 16 ++++++++--------
app/src/main/res/values/strings.xml | 2 +-
build.gradle | 4 ++--
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle
index 98af244..b3a6d27 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -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'
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4612fd6..8644cb5 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -91,7 +91,7 @@
App Filter
Blacklist mode
Select application
- Select an app to filter
+ Select apps to pass through
Only supports Android Lollipop and above
PdoMo DNS Primary
diff --git a/build.gradle b/build.gradle
index c7c50b5..e17b643 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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