mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-13 13:41:58 +00:00
Move all gradle files into folder app
Decouple java and native projects
This commit is contained in:
11
app/settings.gradle.kts
Normal file
11
app/settings.gradle.kts
Normal file
@@ -0,0 +1,11 @@
|
||||
@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")
|
||||
Reference in New Issue
Block a user