mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-03-31 10:27:38 +03:00
17 lines
368 B
Groovy
17 lines
368 B
Groovy
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven { url "https://jitpack.io" }
|
|
}
|
|
}
|
|
rootProject.name = "sing-box"
|
|
include ':app'
|