diff --git a/build.gradle b/build.gradle index 909984562..c8b455b0e 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.topjohnwu.magisk" minSdkVersion 21 targetSdkVersion rootProject.ext.compileSdkVersion - versionCode 113 - versionName "5.6.4" + versionCode 115 + versionName "5.7.0" javaCompileOptions { annotationProcessorOptions { argument('butterknife.debuggable', 'false') diff --git a/src/main/res/raw/changelog.md b/src/main/res/raw/changelog.md index 8ba64c07e..c5e1cb8af 100644 --- a/src/main/res/raw/changelog.md +++ b/src/main/res/raw/changelog.md @@ -1,2 +1,5 @@ -### v5.6.4 -- Remove the blacklisted apps using SafetyNet (e.g. Pokemon GO) +### v5.7.0 +- Add app shortcuts for Android 7.1+ +- Bump minimal module `minMagisk` to `1500` +- Adjustments for new sepolicies on v16.4+ +- Fix crashes when refreshing the online repo