Initial commit

This commit is contained in:
2022-01-29 23:13:56 +08:00
commit 41c524070b
44 changed files with 900 additions and 0 deletions

17
settings.gradle Normal file
View File

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