mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-03-14 08:32:50 +08:00
10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven("https://api.xposed.info")
|
|
}
|
|
}
|
|
rootProject.name = "WooBoxForMIUI"
|
|
include(":app", ":blockmiui") |