Commit 4b6285e5 authored by topjohnwu's avatar topjohnwu

Bump Magisk Manager to v5.8.2

parent 013de7b3
...@@ -27,8 +27,8 @@ android { ...@@ -27,8 +27,8 @@ android {
productFlavors { productFlavors {
full { full {
versionCode 127 versionCode 128
versionName "5.8.1" versionName "5.8.2"
} }
stub { stub {
versionCode 1 versionCode 1
......
### v5.8.1 ### v5.8.2
- Fix a bug that cause the root shell initializer not running in BusyBox. - Prevent invalid modules in the online repo crashing the app
This is the cause of freezes on some older devices and DTBO being patched unconditionally. - Update Stable and Beta channel URLs
### Note
If your device has a separate DTBO, and you do NOT want it patched but it was patched due to the bug,
follow these instructions to fix it:
1. Uninstall → Restore Images. Do **NOT** reboot afterwards!
2. Check **Preserve AVB 2.0/dm-verity** in Advanced Settings
3. Install → Install → Direct Install to install correctly with proper settings
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