Move :app to :app:apk

This commit is contained in:
topjohnwu
2024-07-04 02:27:20 -07:00
parent b168163ef0
commit fcbbe9a22e
141 changed files with 11 additions and 6 deletions

View File

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