mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 01:35:17 +08:00
22 lines
490 B
Groovy
22 lines
490 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
maven { url "https://api.xposed.info/" }
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "YukiHookAPI"
|
|
include ':demo-app'
|
|
include ':demo-module'
|
|
include ':yukihookapi'
|
|
include ':yukihookapi-ksp-xposed'
|
|
include ':yukihookapi-stub'
|