mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-03 16:39:26 +02:00
12 lines
310 B
Plaintext
12 lines
310 B
Plaintext
@Suppress("UnstableApiUsage")
|
|
dependencyResolutionManagement {
|
|
repositoriesMode = RepositoriesMode.FAIL_ON_PROJECT_REPOS
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven("https://jitpack.io")
|
|
}
|
|
}
|
|
rootProject.name = "Magisk"
|
|
include(":apk", ":core", ":shared", ":stub", ":test")
|