From 16a78320be0944ad7f2448b5cc7282b951ac0161 Mon Sep 17 00:00:00 2001 From: gedoor Date: Sat, 12 Dec 2020 12:08:02 +0800 Subject: [PATCH] update lib --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2403cd321..550d06afc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -166,7 +166,7 @@ dependencies { implementation 'org.jsoup:jsoup:1.13.1' //noinspection GradleDependency implementation 'cn.wanghaomiao:JsoupXpath:2.3.2' - implementation 'com.jayway.jsonpath:json-path:2.4.0' + implementation 'com.jayway.jsonpath:json-path:2.5.0' //JS rhino implementation 'com.github.gedoor:rhino-android:1.4'