diff --git a/build.gradle b/build.gradle index 24baf3889..1220f8b22 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.topjohnwu.magisk" minSdkVersion 21 targetSdkVersion rootProject.ext.compileSdkVersion - versionCode 111 - versionName "5.6.3" + versionCode 112 + versionName "5.6.4" javaCompileOptions { annotationProcessorOptions { argument('butterknife.debuggable', 'false') diff --git a/src/main/res/raw/changelog.md b/src/main/res/raw/changelog.md index 9b5f0247b..8ba64c07e 100644 --- a/src/main/res/raw/changelog.md +++ b/src/main/res/raw/changelog.md @@ -1,2 +1,2 @@ -### v5.6.3 -- Fix repo loading UI logic \ No newline at end of file +### v5.6.4 +- Remove the blacklisted apps using SafetyNet (e.g. Pokemon GO)