From 8ae1de2f5fc89899d206be6eb2753d66bd7e072f Mon Sep 17 00:00:00 2001 From: kunfei Date: Wed, 2 Mar 2022 23:43:20 +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 +- app/src/main/assets/updateLog.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f10966f6b..93b5e1f1c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -188,7 +188,7 @@ dependencies { implementation(project(path: ':epublib')) //JS rhino - implementation('com.github.gedoor:rhino-android:1.6') + implementation('com.github.gedoor:rhino-android:1.7') //网络 implementation('com.squareup.okhttp3:okhttp:4.9.3') diff --git a/app/src/main/assets/updateLog.md b/app/src/main/assets/updateLog.md index a6979592d..d106bbd9b 100644 --- a/app/src/main/assets/updateLog.md +++ b/app/src/main/assets/updateLog.md @@ -13,6 +13,7 @@ **2022/03/02** +* js引擎rhino升级到1.7.4 * 优化web端,修复一些封面无法访问bug,代理正文图片 * 其它一些优化