Init commit

This commit is contained in:
世界 2022-12-02 14:17:47 +08:00
commit 7736e1e644
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
121 changed files with 6295 additions and 0 deletions

16
settings.gradle Normal file
View file

@ -0,0 +1,16 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "sing-box"
include ':app'