Move :stub to :app:stub

This commit is contained in:
topjohnwu
2024-07-04 00:21:34 -07:00
parent 3e38b8fed1
commit b168163ef0
68 changed files with 15 additions and 9 deletions

View File

@@ -8,4 +8,4 @@ dependencyResolutionManagement {
}
}
rootProject.name = "Magisk"
include(":app", ":app:core", ":app:shared", ":native", ":stub")
include(":app", ":app:core", ":app:shared", ":app:stub", ":native")