This commit is contained in:
2022-02-02 05:44:17 +08:00
parent 251b2053bd
commit 9c0ec20b90
20 changed files with 704 additions and 92 deletions

View File

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