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