优化
This commit is contained in:
+3
-3
@@ -206,9 +206,9 @@ dependencies {
|
|||||||
implementation(project(path: ':modules:book'))
|
implementation(project(path: ':modules:book'))
|
||||||
|
|
||||||
//JS rhino
|
//JS rhino
|
||||||
appImplementation(project(path: ':modules:rhino1.4'))
|
appImplementation(project(path: ':modules:rhino1.7.4'))
|
||||||
googleImplementation(project(path: ':modules:rhino1.4'))
|
googleImplementation(project(path: ':modules:rhino1.7.4'))
|
||||||
lollipopImplementation(project(path: ':modules:rhino1.3'))
|
lollipopImplementation(project(path: ':modules:rhino1.7.3'))
|
||||||
|
|
||||||
//网络
|
//网络
|
||||||
implementation('com.squareup.okhttp3:okhttp:4.10.0')
|
implementation('com.squareup.okhttp3:okhttp:4.10.0')
|
||||||
|
|||||||
+2
-2
@@ -30,5 +30,5 @@ rootProject.name = 'legado'
|
|||||||
|
|
||||||
include ':app'
|
include ':app'
|
||||||
include ':modules:book'
|
include ':modules:book'
|
||||||
include ':modules:rhino1.3'
|
include ':modules:rhino1.7.3'
|
||||||
include ':modules:rhino1.4'
|
include ':modules:rhino1.7.4'
|
||||||
Reference in New Issue
Block a user