From 5345469d44f8b5e47d5006ad908320b15a687e95 Mon Sep 17 00:00:00 2001 From: kunfei Date: Wed, 1 Jun 2022 20:21:45 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f60170c10..b1602ee02 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -253,7 +253,8 @@ dependencies { implementation('com.github.liuyueyi.quick-chinese-transfer:quick-transfer-core:0.2.4') //加解密类库,有些书源使用 - implementation('cn.hutool:hutool-crypto:5.8.2') + //noinspection GradleDependency + implementation('cn.hutool:hutool-crypto:5.8.1') //firebase, 崩溃统计和性能统计, 会导致共存版本崩溃 //implementation platform('com.google.firebase:firebase-bom:30.0.1')