mirror of
https://github.com/TheWhiteDog9487/FreeUnlock.git
synced 2026-08-11 23:01:31 +08:00
完成
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google {
|
||||
content {
|
||||
includeGroupByRegex("com\\.android.*")
|
||||
includeGroupByRegex("com\\.google.*")
|
||||
includeGroupByRegex("androidx.*")
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven("https://api.xposed.info/")
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven("https://api.xposed.info/")
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "FreeUnlock"
|
||||
include(":app")
|
||||
Reference in New Issue
Block a user