mirror of
https://github.com/Xtao-Labs/fuck_huaya.git
synced 2024-11-21 21:48:03 +00:00
19 lines
505 B
Groovy
19 lines
505 B
Groovy
|
pluginManagement {
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
google()
|
||
|
mavenCentral()
|
||
|
}
|
||
|
}
|
||
|
dependencyResolutionManagement {
|
||
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||
|
repositories {
|
||
|
google()
|
||
|
maven { url "https://api.xposed.info/" }
|
||
|
maven { url "https://www.jitpack.io" }
|
||
|
maven { url "https://s01.oss.sonatype.org/content/repositories/releases" }
|
||
|
mavenCentral()
|
||
|
}
|
||
|
}
|
||
|
rootProject.name = "fuck_huaya"
|
||
|
include ':app'
|