From 690cd9b0835c1917b657dfac432e157ce2b00ab3 Mon Sep 17 00:00:00 2001 From: gedoor Date: Sat, 12 Dec 2020 23:37:32 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 91d9ed383..0772e219c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -172,8 +172,8 @@ dependencies { implementation 'com.github.gedoor:rhino-android:1.4' //网络 - implementation 'com.ljx.rxhttp:rxhttp:2.4.4-beta3' 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' //Glide