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 Apr 29, 2018
1 parent 8990919 commit 15ed3e5
Show file tree
Hide file tree
Showing 2 changed files with 7 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 113
versionName "5.6.4"
versionCode 115
versionName "5.7.0"
javaCompileOptions {
annotationProcessorOptions {
argument('butterknife.debuggable', 'false')
Expand Down
7 changes: 5 additions & 2 deletions src/main/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 15ed3e5

Please sign in to comment.