6.6.2 - Alpha5 - 本地化 Color Picker 库; 主题色设置页面新旧布局分离 (初步)
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
|
||||
private val modules = listOf(
|
||||
"jieba-analysis",
|
||||
"apksigner",
|
||||
"apk-signer",
|
||||
"color-picker",
|
||||
)
|
||||
|
||||
private val libs = listOf(
|
||||
@@ -58,7 +59,7 @@ include(
|
||||
)
|
||||
|
||||
modules.forEach {
|
||||
project(":modules:$it").projectDir = file(it)
|
||||
project(":modules:$it").projectDir = File("modules", it)
|
||||
}
|
||||
|
||||
pluginManagement {
|
||||
|
||||
Reference in New Issue
Block a user