From 41ef806c3c803795c0593cd10fbb1743b22c59ae Mon Sep 17 00:00:00 2001 From: kunfei Date: Tue, 16 May 2023 19:27:56 +0800 Subject: [PATCH] =?UTF-8?q?rhino1.7.4=E6=9C=89=E9=97=AE=E9=A2=98,=E9=80=80?= =?UTF-8?q?=E5=9B=9E1.7.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5fb17dfb9..22f568494 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -207,8 +207,8 @@ dependencies { implementation(project(path: ':modules:book')) //JS rhino - appImplementation(project(path: ':modules:rhino1.7.4')) - googleImplementation(project(path: ':modules:rhino1.7.4')) + appImplementation(project(path: ':modules:rhino1.7.3')) + googleImplementation(project(path: ':modules:rhino1.7.3')) lollipopImplementation(project(path: ':modules:rhino1.7.3')) //网络