ClashMetaForAndroid/settings.gradle.kts

15 lines
235 B
Plaintext
Raw Normal View History

2021-05-14 19:51:08 +03:00
rootProject.name = "ClashForAndroid"
include(":app")
include(":core")
include(":service")
include(":design")
include(":common")
include(":hideapi")
pluginManagement {
repositories {
mavenCentral()
google()
}
}