Go to file
2017-10-07 20:31:49 +08:00
app Seperate JarSigner and add task for host 2017-10-07 20:31:49 +08:00
gradle/wrapper Update Android Studio and Gradle 2017-09-02 19:12:03 +08:00
jarsigner Seperate JarSigner and add task for host 2017-10-07 20:31:49 +08:00
resource Update Android Studio and Proguard configs 2017-10-04 15:23:08 +08:00
snet Seperate Google proprietary code 2017-10-07 17:12:36 +08:00
unhide Update Android Studio and Proguard configs 2017-10-04 15:23:08 +08:00
.gitignore Add hide Magisk Manager feature 2017-08-22 03:01:54 +08:00
build.gradle Seperate Google proprietary code 2017-10-07 17:12:36 +08:00
gradle.properties Disable D8, dex not compatible with Android 5.0 2017-09-05 02:57:30 +08:00
gradlew Update Gradle wrapper to 4.1-rc-1 2017-07-30 01:35:46 -05:00
gradlew.bat Update Gradle wrapper to 4.1-rc-1 2017-07-30 01:35:46 -05:00
README.md Update README.md 2017-08-04 00:23:14 +08:00
settings.gradle Seperate JarSigner and add task for host 2017-10-07 20:31:49 +08:00

Magisk Manager

This is one of the submodules used in Magisk. The project is licensed under GPL v3 (or newer). More info are written in the Magisk Main Repo

Building Notes

You need to install CMake and NDK to build the zipadjust library. There are several files required to let Magisk Manager work properly, and they can be copied by using the build script in the Magisk Main Repo. These files are: magisk_uninstaller.sh, util_functions.sh, public.certificate.x509.pem, and private.key.pk8 under the app/src/main/assets folder.