mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-03-27 14:52:52 +08:00
11 lines
281 B
Plaintext
11 lines
281 B
Plaintext
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven("https://api.xposed.info")
|
|
}
|
|
}
|
|
rootProject.name = "Simplicity Tools"
|
|
include(":app")
|
|
include(":blockmiui") |