mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 01:35:17 +08:00
Merge Gradle code
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
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'
|
||||
|
Reference in New Issue
Block a user