Commit c840a30c authored by topjohnwu's avatar topjohnwu

Bump version

parent ae5277a8
......@@ -8,8 +8,8 @@ android {
applicationId "com.topjohnwu.magisk"
minSdkVersion 21
targetSdkVersion 27
versionCode 96
versionName "5.5.5"
versionCode 100
versionName "5.6.0"
javaCompileOptions {
annotationProcessorOptions {
argument('butterknife.debuggable', 'false')
......
### v5.5.5 (96)
### v5.6.0
- Remove JNI requirement, Magisk Manager is now pure Java
- Update the method handling su database (v15+), may fix the issue that root requests won't save
- Update the method of handling su database, may fix the issue that root requests won't save
- Add the option to restore Magisk Manager after repackaging with random package name
- Massive under-the-hood optimizations
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment