Bump version

This commit is contained in:
topjohnwu 2018-02-13 06:16:24 +08:00
parent ae5277a898
commit c840a30c30
2 changed files with 6 additions and 4 deletions

View File

@ -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')

View File

@ -1,3 +1,5 @@
### 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