仓库移动

This commit is contained in:
2025-05-23 18:30:48 +08:00
commit cd0f79d0ae
466 changed files with 113649 additions and 0 deletions

17
settings.gradle Normal file
View File

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