From d32939fca192e7f173760440c6d511ff50f2d22e Mon Sep 17 00:00:00 2001 From: gedoor Date: Mon, 14 Dec 2020 13:12:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0lib?= 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 74a7b5b01..acf098c9e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -169,7 +169,7 @@ dependencies { implementation 'com.jayway.jsonpath:json-path:2.5.0' //JS rhino - implementation 'com.github.gedoor:rhino-android:1.4' + implementation 'com.github.gedoor:rhino-android:1.5' //网络 implementation 'com.squareup.okhttp3:okhttp:4.9.0'