From 9b86bd6115f6700b4ace721628907c30f3a78da9 Mon Sep 17 00:00:00 2001 From: kunfei Date: Tue, 1 Feb 2022 23:12:58 +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 39f0de40d..fc6cbf200 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -180,7 +180,7 @@ dependencies { //规则相关 implementation('org.jsoup:jsoup:1.14.3') - implementation('com.jayway.jsonpath:json-path:2.6.0') + implementation('com.jayway.jsonpath:json-path:2.7.0') implementation('cn.wanghaomiao:JsoupXpath:2.5.1') implementation(project(path: ':epublib'))