Bump version

This commit is contained in:
topjohnwu 2018-03-18 12:19:15 +08:00
parent e3948d295e
commit 0c782edf21
2 changed files with 4 additions and 5 deletions

View File

@ -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')

View File

@ -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