rhino1.7.4有问题,退回1.7.3

This commit is contained in:
kunfei
2023-05-16 19:27:56 +08:00
parent 4c002c8442
commit 533bb043ff
+2 -2
View File
@@ -207,8 +207,8 @@ dependencies {
implementation(project(path: ':modules:book')) implementation(project(path: ':modules:book'))
//JS rhino //JS rhino
appImplementation(project(path: ':modules:rhino1.7.4')) appImplementation(project(path: ':modules:rhino1.7.3'))
googleImplementation(project(path: ':modules:rhino1.7.4')) googleImplementation(project(path: ':modules:rhino1.7.3'))
lollipopImplementation(project(path: ':modules:rhino1.7.3')) lollipopImplementation(project(path: ':modules:rhino1.7.3'))
//网络 //网络