From d3e0a1f60586deb90f92315d707661c64605cc8a Mon Sep 17 00:00:00 2001 From: gedoor Date: Mon, 18 Jan 2021 10:37:33 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7e1977da9..9a4368608 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -174,8 +174,8 @@ dependencies { //网络 implementation 'com.squareup.okhttp3:okhttp:4.9.0' - implementation 'com.ljx.rxhttp:rxhttp:2.5.1' - kapt 'com.ljx.rxhttp:rxhttp-compiler:2.5.1' + implementation 'com.ljx.rxhttp:rxhttp:2.5.3' + kapt 'com.ljx.rxhttp:rxhttp-compiler:2.5.3' //Glide implementation 'com.github.bumptech.glide:glide:4.11.0'