rhino1.7.4有问题,退回1.7.3

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