diff --git a/build.gradle b/build.gradle index a4b357c99..dea42343f 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.topjohnwu.magisk" minSdkVersion 21 targetSdkVersion 27 - versionCode 90 - versionName "5.5.4" + versionCode 91 + versionName "5.5.5" ndk { moduleName 'zipadjust' abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' diff --git a/src/main/assets/changelog.md b/src/main/assets/changelog.md index 76b3ac206..e76b29d7f 100644 --- a/src/main/assets/changelog.md +++ b/src/main/assets/changelog.md @@ -1,3 +1,6 @@ +### v5.5.5 +- Fix crashes on Lollipop and some devices that don't follow AOSP standards + ### v5.5.4 - Fix on-boot dtbo detection - Add fingerprint authentication for Superuser requests