升级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
+1 -1
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)