mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-04-05 11:02:51 +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") |