Skip to content

Commit 0c782ed

Browse files
committed
Bump version
1 parent e3948d2 commit 0c782ed

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.topjohnwu.magisk"
88
minSdkVersion 21
99
targetSdkVersion 27
10-
versionCode 109
11-
versionName "5.6.2"
10+
versionCode 110
11+
versionName "5.6.3"
1212
javaCompileOptions {
1313
annotationProcessorOptions {
1414
argument('butterknife.debuggable', 'false')

src/main/res/raw/changelog.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
### v5.6.2
2-
- Cleanup folders if installation failed
3-
- Add support for Android P
1+
### v5.6.3
2+
- Fix repo loading UI logic

0 commit comments

Comments
 (0)