diff --git a/app/build.gradle b/app/build.gradle index 7621a2f68..ce8d02a7f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,8 +27,8 @@ android { productFlavors { full { - versionCode 127 - versionName "5.8.1" + versionCode 128 + versionName "5.8.2" } stub { versionCode 1 diff --git a/app/src/full/res/raw/changelog.md b/app/src/full/res/raw/changelog.md index e490bb2e7..e2cfa7c5c 100644 --- a/app/src/full/res/raw/changelog.md +++ b/app/src/full/res/raw/changelog.md @@ -1,11 +1,3 @@ -### v5.8.1 -- Fix a bug that cause the root shell initializer not running in BusyBox. -This is the cause of freezes on some older devices and DTBO being patched unconditionally. - -### 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 +### v5.8.2 +- Prevent invalid modules in the online repo crashing the app +- Update Stable and Beta channel URLs