Go to file
topjohnwu ea6552615d Bump version 2017-08-13 01:50:20 +08:00
app Bump version 2017-08-13 01:50:20 +08:00
gradle/wrapper Update Gradle wrapper to 4.1-rc-1 2017-07-30 01:35:46 -05:00
.gitignore Don't ignore libbusybox.so, we want it removed 2017-08-01 23:54:45 +08:00
README.md Update README.md 2017-08-04 00:23:14 +08:00
build.gradle Upgrade Android Studio 2017-08-12 15:54:14 +08:00
gradle.properties Upgrade Android Studio 2017-08-12 15:54:14 +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
settings.gradle Use libsuperuser lib 2016-08-23 05:42:46 +08:00

README.md

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.