app_center/settings.gradle

10 lines
210 B
Groovy
Raw Permalink Normal View History

2022-08-22 15:17:21 +08:00
rootProject.name = "commandclient"
include ':app'
include ':mainmodule'
include ':commandmodule'
include ':moduleijkplayer'
2022-08-22 15:17:21 +08:00
include ':chatmodule'
include ':baselib'
2022-08-22 15:17:21 +08:00
include ':commonmodule'
2023-11-17 18:01:42 +08:00
include ':modulemap'