This commit is contained in:
flowerstonezl
2026-01-19 17:08:49 +08:00
commit 056289625c
1486 changed files with 110768 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}
rootProject.name = "SkyLink"
include(":app")