Go to file
tonymanou 00a0e64fdd Prefer List/Map/Set as declaring type over their implementations
Unless your are using a method declared in subclasses of an
interface, it is better to use the interface as declaring type.
One advantage of this is that changing used implementation will
be much simpler (you will have less declarations to edit).
2017-01-30 20:11:17 +08:00
app Prefer List/Map/Set as declaring type over their implementations 2017-01-30 20:11:17 +08:00
gradle/wrapper Fix ButterKnife issue 2017-01-29 10:27:06 +08:00
.gitignore Add zipadjust JNI code 2016-11-23 17:25:41 +08:00
build.gradle Fix ButterKnife issue 2017-01-29 10:27:06 +08:00
gradle.properties Update settings 2017-01-28 22:02:33 +08:00
gradlew Initial Commit 2016-08-06 00:58:05 +08:00
gradlew.bat Initial Commit 2016-08-06 00:58:05 +08:00
README.md Update README.md 2017-01-06 10:59:00 +08:00
settings.gradle Use libsuperuser lib 2016-08-23 05:42:46 +08:00

Magisk Manager

The project should be built with Android Studio version 2.2.0+
I use Java 8 features, which requires Jack compiler and it's only available in 2.2.0+
Also, you need to install CMake and NDK to build the zipadjust library for zip preprocessing