This commit is contained in:
kunfei 2023-03-30 10:45:37 +08:00
parent 2b0efb9d57
commit 6ff613cd91
50 changed files with 5 additions and 5 deletions

View File

@ -206,9 +206,9 @@ dependencies {
implementation(project(path: ':modules:book'))
//JS rhino
appImplementation(project(path: ':modules:rhino1.4'))
googleImplementation(project(path: ':modules:rhino1.4'))
lollipopImplementation(project(path: ':modules:rhino1.3'))
appImplementation(project(path: ':modules:rhino1.7.4'))
googleImplementation(project(path: ':modules:rhino1.7.4'))
lollipopImplementation(project(path: ':modules:rhino1.7.3'))
//
implementation('com.squareup.okhttp3:okhttp:4.10.0')

View File

@ -30,5 +30,5 @@ rootProject.name = 'legado'
include ':app'
include ':modules:book'
include ':modules:rhino1.3'
include ':modules:rhino1.4'
include ':modules:rhino1.7.3'
include ':modules:rhino1.7.4'