diff --git a/build.gradle b/build.gradle index 9b417c9fa..fb37ad9c5 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 2d157d1e9..6dcd7684b 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