Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-15 18:08:00 +01:00
parent d327c31227
commit 0b2aca0925
638 changed files with 76461 additions and 0 deletions

11
app/settings.gradle.kts Normal file
View 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")