升级rhino到1.7.14

This commit is contained in:
Antecer 2024-05-02 11:11:47 +08:00
parent 5cd0adabc3
commit b7b97665f2
31 changed files with 3 additions and 4 deletions

View File

@ -219,9 +219,9 @@ dependencies {
implementation(libs.json.path)
implementation(libs.jsoupxpath)
implementation(project(path: ':modules:book'))
implementation implementation(project(path: ':modules:rhino'))
//JS rhino
implementation(project(path: ':modules:rhino1.7.3'))
//
implementation(libs.okhttp)

View File

@ -35,7 +35,7 @@ android {
}
dependencies {
api(fileTree(dir: 'lib', include: ['rhino-1.7.13-2.jar']))
api(fileTree(dir: 'lib', include: ['rhino-1.7.14.jar']))
implementation(libs.kotlinx.coroutines.core)

Binary file not shown.

View File

@ -1 +0,0 @@
/build

View File

@ -49,4 +49,4 @@ rootProject.name = 'legado'
include ':app'
include ':modules:book'
include ':modules:rhino1.7.3'
include ':modules:rhino'