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 11, 2018
1 parent f334532 commit d5408d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.topjohnwu.magisk"
minSdkVersion 21
targetSdkVersion 27
versionCode 107
versionName "5.6.1"
versionCode 108
versionName "5.6.2"
javaCompileOptions {
annotationProcessorOptions {
argument('butterknife.debuggable', 'false')
Expand Down
7 changes: 3 additions & 4 deletions src/main/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
### v5.6.1
- Fix database crashes on F2FS with SQLite 3.21.0+
- Optimize several settings options
- Use native XML for settings migration
### v5.6.2
- Cleanup folders if installation failed
- Add support for Android P

0 comments on commit d5408d1

Please sign in to comment.