Bump version

This commit is contained in:
topjohnwu 2018-03-28 15:23:03 +08:00
parent ebbee0dc43
commit e79d764148
2 changed files with 4 additions and 4 deletions

View File

@ -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')

View File

@ -1,2 +1,2 @@
### v5.6.3
- Fix repo loading UI logic
### v5.6.4
- Remove the blacklisted apps using SafetyNet (e.g. Pokemon GO)