From 9fc93945c503ff725f41d6591df0ede5ab1078a8 Mon Sep 17 00:00:00 2001 From: gedoor Date: Sun, 1 Nov 2020 20:28:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=BA=93?= 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 084eda2f4..0cba83027 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -165,7 +165,8 @@ dependencies { //规则相关 implementation 'org.jsoup:jsoup:1.13.1' - implementation 'cn.wanghaomiao:JsoupXpath:2.4.2' + //noinspection GradleDependency + implementation 'cn.wanghaomiao:JsoupXpath:2.3.2' implementation 'com.jayway.jsonpath:json-path:2.4.0' //JS rhino