Skip to content
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Mar 28, 2018
1 parent ebbee0d commit e79d764
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
4 changes: 2 additions & 2 deletions src/main/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit e79d764

Please sign in to comment.