From 88561320b200f3f01bf6f3683d5d0d3c691180d9 Mon Sep 17 00:00:00 2001 From: Awesome <1760316362@qq.com> Date: Thu, 27 Jun 2019 15:10:12 +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 --- basemvplib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basemvplib/build.gradle b/basemvplib/build.gradle index a23e9a1..7caec36 100644 --- a/basemvplib/build.gradle +++ b/basemvplib/build.gradle @@ -31,7 +31,7 @@ dependencies { api 'androidx.appcompat:appcompat:1.1.0-beta01' //RxAndroid api 'io.reactivex.rxjava2:rxandroid:2.1.1' - api 'io.reactivex.rxjava2:rxjava:2.2.6' + api 'io.reactivex.rxjava2:rxjava:2.2.10' //Retrofit api 'com.squareup.okhttp3:logging-interceptor:4.0.0' api 'com.squareup.retrofit2:retrofit:2.6.0'