From 3a05a6ad41a81d5d81a596438d40ac872a419a3c Mon Sep 17 00:00:00 2001 From: gedoor Date: Sun, 12 Jul 2020 17:35:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 17 +++++++++++++++-- basemvplib/build.gradle | 13 ------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 83a6cf6db2..97297bf628 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,12 +87,12 @@ dependencies { implementation "org.jetbrains.anko:anko-sdk27-listeners:$anko_version" //fireBase - implementation 'com.google.firebase:firebase-core:17.4.3' + implementation 'com.google.firebase:firebase-core:17.4.4' implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' //androidX implementation 'androidx.multidex:multidex:2.0.1' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta7' + implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.media:media:1.1.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' @@ -102,6 +102,19 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.google.android:flexbox:1.1.0' + //RxAndroid + implementation 'io.reactivex.rxjava2:rxjava:2.2.19' + implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' + + //RxBus + implementation 'com.hwangjr.rxbus:rxbus:2.0.1' + + //Retrofit + //noinspection GradleDependency + implementation 'com.squareup.retrofit2:retrofit:2.9.0' + implementation 'com.squareup.retrofit2:adapter-rxjava2:2.9.0' + implementation 'com.squareup.retrofit2:converter-scalars:2.9.0' + //J_SOUP implementation 'org.jsoup:jsoup:1.13.1' implementation 'cn.wanghaomiao:JsoupXpath:2.3.2' diff --git a/basemvplib/build.gradle b/basemvplib/build.gradle index 87a1d2e8c0..512438c57b 100644 --- a/basemvplib/build.gradle +++ b/basemvplib/build.gradle @@ -33,17 +33,4 @@ dependencies { api 'androidx.core:core:1.3.0' api 'androidx.appcompat:appcompat:1.1.0' - //RxAndroid - api 'io.reactivex.rxjava2:rxjava:2.2.19' - api 'io.reactivex.rxjava2:rxandroid:2.1.1' - - //RxBus - api 'com.hwangjr.rxbus:rxbus:2.0.1' - - //Retrofit - //noinspection GradleDependency - api 'com.squareup.retrofit2:retrofit:2.9.0' - api 'com.squareup.retrofit2:adapter-rxjava2:2.9.0' - api 'com.squareup.retrofit2:converter-scalars:2.9.0' - } \ No newline at end of file