mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-02-17 15:23:15 +03:00
17 lines
273 B
Plaintext
17 lines
273 B
Plaintext
rootProject.name = "ClashMetaForAndroid"
|
|
|
|
include(":app")
|
|
include(":core")
|
|
include(":service")
|
|
include(":design")
|
|
include(":common")
|
|
include(":hideapi")
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|