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