From cb396391bb61025f5bf10dab5e493ba9100a3c7f Mon Sep 17 00:00:00 2001 From: liujingxing <327744707@qq.com> Date: Sat, 26 Sep 2020 22:46:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E5=BA=93=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- app/build.gradle | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index da56165b..1caa70c7 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ dependencies { implementation 'com.ljx.rxlife2:rxlife-rxjava:2.0.0' //管理RxJava2生命周期,页面销毁,关闭请求 //rxjava3 - implementation 'io.reactivex.rxjava3:rxjava:3.0.2' + implementation 'io.reactivex.rxjava3:rxjava:3.0.6' implementation 'io.reactivex.rxjava3:rxandroid:3.0.0' implementation 'com.ljx.rxlife3:rxlife-rxjava:3.0.0' //管理RxJava3生命周期,页面销毁,关闭请求 diff --git a/app/build.gradle b/app/build.gradle index 7287dcb2..0b17ea5c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,9 +50,9 @@ android { dependencies { implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs') implementation 'androidx.multidex:multidex:2.0.1' - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.0.1' implementation 'com.github.hackware1993:MagicIndicator:1.6.0' implementation "androidx.fragment:fragment-ktx:1.2.5" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.2.0" @@ -72,7 +72,7 @@ dependencies { //管理RxJava及生命周期,Activity/Fragment 销毁,自动关闭未完成的请求 implementation 'com.ljx.rxlife3:rxlife-rxjava:3.0.0' implementation 'io.reactivex.rxjava3:rxandroid:3.0.0' - implementation 'io.reactivex.rxjava3:rxjava:3.0.2' + implementation 'io.reactivex.rxjava3:rxjava:3.0.6' implementation "com.ljx.rxhttp:converter-fastjson:${rxhttp_converter_version}" implementation "com.ljx.rxhttp:converter-jackson:${rxhttp_converter_version}" @@ -87,6 +87,6 @@ dependencies { // implementation project(':rxhttp-converter:converter-jackson') testImplementation 'junit:junit:4.13' - androidTestImplementation 'androidx.test.ext:junit:1.1.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.2' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' }