mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-12 11:33:37 +00:00
Bump version
This commit is contained in:
parent
ae5277a898
commit
c840a30c30
@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "com.topjohnwu.magisk"
|
applicationId "com.topjohnwu.magisk"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 96
|
versionCode 100
|
||||||
versionName "5.5.5"
|
versionName "5.6.0"
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
annotationProcessorOptions {
|
annotationProcessorOptions {
|
||||||
argument('butterknife.debuggable', 'false')
|
argument('butterknife.debuggable', 'false')
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
### v5.5.5 (96)
|
### v5.6.0
|
||||||
- Remove JNI requirement, Magisk Manager is now pure Java
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user