1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-01-05 23:07:47 +00:00
Magisk/settings.gradle.kts

12 lines
310 B
Plaintext
Raw Normal View History

2021-09-08 00:45:15 +08:00
@Suppress("UnstableApiUsage")
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven("https://jitpack.io")
}
}
rootProject.name = "Magisk"
include(":app", ":app:shared", ":native", ":stub")