From b7c4ff98500594616ef946b4dc057a19b5e524ed Mon Sep 17 00:00:00 2001 From: PeratX <1215714524@qq.com> Date: Mon, 16 Sep 2019 09:33:23 +0800 Subject: [PATCH] app: update dependencies --- .travis.yml | 4 ++-- app/build.gradle | 14 +++++++------- build.gradle | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0420c20..a25a745 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ android: components: - tools - platform-tools - - build-tools-28.0.3 - - android-28 + - build-tools-29.0.2 + - android-29 - extra-android-support - extra-google-m2repository - extra-android-m2repository diff --git a/app/build.gradle b/app/build.gradle index e36e0d9..72df18e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,12 +4,12 @@ apply plugin: 'io.fabric' def gitCommit = 'git rev-parse --short HEAD'.execute([], project.rootDir).text.trim() android { - compileSdkVersion 28 - buildToolsVersion "28.0.3" + compileSdkVersion 29 + buildToolsVersion "29.0.2" defaultConfig { applicationId "org.itxtech.daedalus" minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 29 versionCode 20 versionName "1.14.1" @@ -52,12 +52,12 @@ configurations { dependencies { //Support - implementation 'androidx.appcompat:appcompat:1.1.0-rc01' + implementation 'androidx.appcompat:appcompat:1.1.0' 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.1.0-alpha08' - implementation 'androidx.recyclerview:recyclerview:1.1.0-beta01' + implementation 'com.google.android.material:material:1.1.0-alpha10' + implementation 'androidx.recyclerview:recyclerview:1.1.0-beta04' //DNS implementation 'org.pcap4j:pcap4j-core:1.7.6' implementation 'org.pcap4j:pcap4j-packetfactory-static:1.7.6' @@ -66,7 +66,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:3.14.1' //Analytics - googleReleaseImplementation 'com.google.firebase:firebase-core:17.0.1' + googleReleaseImplementation 'com.google.firebase:firebase-core:17.2.0' googleReleaseImplementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' } diff --git a/build.gradle b/build.gradle index 49925bf..f553388 100644 --- a/build.gradle +++ b/build.gradle @@ -9,8 +9,8 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:3.4.2' - classpath 'com.google.gms:google-services:4.3.0' + classpath 'com.android.tools.build:gradle:3.5.0' + classpath 'com.google.gms:google-services:4.3.2' classpath 'io.fabric.tools:gradle:1.28.1' } }