mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-28 04:25:27 +00:00
Bump version
This commit is contained in:
parent
349b3e961b
commit
1adf331268
@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "com.topjohnwu.magisk"
|
applicationId "com.topjohnwu.magisk"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 82
|
versionCode 84
|
||||||
versionName "5.5.1"
|
versionName "5.5.2"
|
||||||
ndk {
|
ndk {
|
||||||
moduleName 'zipadjust'
|
moduleName 'zipadjust'
|
||||||
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
|
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
|
||||||
|
@ -1,12 +1,4 @@
|
|||||||
### v5.5.1
|
### v5.5.2
|
||||||
- Fix an issue in setting up superuser database
|
- Support sorting online repos with last update
|
||||||
|
- Fix issue that advanced installation settings won't stick
|
||||||
### v5.5.0
|
- Prevent sudb crashing Magisk Manager
|
||||||
- Fix dynamic resource loading, prevent crashes when checking SafetyNet
|
|
||||||
- Update SignAPK to use very little RAM for supporting old devices
|
|
||||||
- Support settings migration after hiding Magisk Manager
|
|
||||||
- Add reboot menu in modules section
|
|
||||||
- Add dark theme to superuser request dialogs
|
|
||||||
- Properly handle new `HIGHCOMP` and add recommended `KEEPVERITY` and `KEEPFORCEENCRYPT` flags for installation
|
|
||||||
- Support new paths for v14.6
|
|
||||||
- Massive improvements in repackaging Magisk Manager
|
|
||||||
|
Loading…
Reference in New Issue
Block a user