From 480499466951a1a23f10b97b86d98d8173244600 Mon Sep 17 00:00:00 2001 From: gedoor Date: Mon, 14 Dec 2020 20:17:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= 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 acf098c9e..b2a372d97 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -173,8 +173,8 @@ dependencies { //网络 implementation 'com.squareup.okhttp3:okhttp:4.9.0' - implementation 'com.ljx.rxhttp:rxhttp:2.4.4-beta3' - kapt 'com.ljx.rxhttp:rxhttp-compiler:2.4.4-beta3' + implementation 'com.ljx.rxhttp:rxhttp:2.4.4-beta4' + kapt 'com.ljx.rxhttp:rxhttp-compiler:2.4.4-beta4' //Glide implementation 'com.github.bumptech.glide:glide:4.11.0'