From c840a30c3045a29a937f21f4becda3eee834f013 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Tue, 13 Feb 2018 06:16:24 +0800 Subject: [PATCH] Bump version --- build.gradle | 4 ++-- src/main/assets/changelog.md | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 9b417c9f..fb37ad9c 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.topjohnwu.magisk" minSdkVersion 21 targetSdkVersion 27 - versionCode 96 - versionName "5.5.5" + versionCode 100 + versionName "5.6.0" javaCompileOptions { annotationProcessorOptions { argument('butterknife.debuggable', 'false') diff --git a/src/main/assets/changelog.md b/src/main/assets/changelog.md index 2d157d1e..6dcd7684 100644 --- a/src/main/assets/changelog.md +++ b/src/main/assets/changelog.md @@ -1,3 +1,5 @@ -### v5.5.5 (96) +### v5.6.0 - 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