mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-16 06:02:17 +08:00
15 lines
235 B
Plaintext
15 lines
235 B
Plaintext
rootProject.name = "ClashForAndroid"
|
|
|
|
include(":app")
|
|
include(":core")
|
|
include(":service")
|
|
include(":design")
|
|
include(":common")
|
|
include(":hideapi")
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
google()
|
|
}
|
|
} |