Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Mar 18, 2018
1 parent e3948d2 commit 0c782ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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 109
versionName "5.6.2"
versionCode 110
versionName "5.6.3"
javaCompileOptions {
annotationProcessorOptions {
argument('butterknife.debuggable', 'false')
Expand Down
5 changes: 2 additions & 3 deletions src/main/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
### v5.6.2
- Cleanup folders if installation failed
- Add support for Android P
### v5.6.3
- Fix repo loading UI logic

0 comments on commit 0c782ed

Please sign in to comment.