We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3948d2 commit 0c782edCopy full SHA for 0c782ed
build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "com.topjohnwu.magisk"
8
minSdkVersion 21
9
targetSdkVersion 27
10
- versionCode 109
11
- versionName "5.6.2"
+ versionCode 110
+ versionName "5.6.3"
12
javaCompileOptions {
13
annotationProcessorOptions {
14
argument('butterknife.debuggable', 'false')
src/main/res/raw/changelog.md
@@ -1,3 +1,2 @@
1
-### v5.6.2
2
-- Cleanup folders if installation failed
3
-- Add support for Android P
+### v5.6.3
+- Fix repo loading UI logic
0 commit comments