mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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'
|
||||
Reference in New Issue
Block a user