6 lines
101 B
Groovy
6 lines
101 B
Groovy
// APPBase 项目编译设置
|
|
include ':appbase'
|
|
include ':libappbase'
|
|
rootProject.name = "appbase"
|
|
|