mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-22 21:36:09 +03: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()
|
||
|
}
|
||
|
}
|