From deda82f26e443a1d6516d4d43970a07915d8c2eb Mon Sep 17 00:00:00 2001 From: LinTan Date: Thu, 13 Aug 2020 12:00:51 +0800 Subject: [PATCH] =?UTF-8?q?GsonUtil:=201,=20=E6=AD=A3=E5=90=8D,=20?= =?UTF-8?q?=E5=BE=B7=E4=B8=BD=E8=8E=8E=E9=A3=9E=E8=B8=A2,=20=E8=B8=A2?= =?UTF-8?q?=E6=8E=89=E5=85=B6=E9=94=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index e9a68c2..e293ef0 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -31,6 +31,6 @@ dependencies { compileOnly 'com.android.support:recyclerview-v7:' + rootProject.ext.dependencies.supportLib //noinspection GradleDependency compileOnly 'com.squareup.okhttp3:okhttp:3.12.1' - //noinspection GradleDependency 注意, Gson 2.8.6不支持HunterDebug + //noinspection GradleDependency 注意, Gson 2.8.6 使用了ASM 6, HunterDebug使用的是ASM 5, 后者不兼容前者 compileOnly 'com.google.code.gson:gson:2.8.5' }