From 9b62ab60113d5394d062432f34dfb7366995f219 Mon Sep 17 00:00:00 2001 From: 18401019693 Date: Mon, 17 Jul 2023 16:42:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9json=E7=9A=84=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 9cadd8e77..5163eca06 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -194,6 +194,6 @@ dependencies { //选择器 api 'com.github.gzu-liyujiang.AndroidPicker:Common:4.1.11' api 'com.github.gzu-liyujiang.AndroidPicker:WheelView:4.1.11' - api 'com.alibaba:fastjson: 1.2.70' + api 'com.alibaba:fastjson:1.2.70' }