mirror of
https://github.com/gedoor/legado.git
synced 2025-01-05 10:17:15 +08:00
升级rhino到1.7.14
This commit is contained in:
parent
5cd0adabc3
commit
b7b97665f2
@ -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)
|
||||
|
@ -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)
|
||||
|
BIN
modules/rhino/lib/rhino-1.7.14.jar
Normal file
BIN
modules/rhino/lib/rhino-1.7.14.jar
Normal file
Binary file not shown.
1
modules/rhino1.7.3/.gitignore
vendored
1
modules/rhino1.7.3/.gitignore
vendored
@ -1 +0,0 @@
|
||||
/build
|
Binary file not shown.
@ -49,4 +49,4 @@ rootProject.name = 'legado'
|
||||
|
||||
include ':app'
|
||||
include ':modules:book'
|
||||
include ':modules:rhino1.7.3'
|
||||
include ':modules:rhino'
|
Loading…
Reference in New Issue
Block a user