Bump version

This commit is contained in:
topjohnwu 2018-01-12 01:57:31 +08:00
parent 0025ffd1c0
commit 7c2849356a
2 changed files with 5 additions and 6 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "com.topjohnwu.magisk"
minSdkVersion 21
targetSdkVersion 27
versionCode 86
versionName "5.5.3"
versionCode 90
versionName "5.5.4"
ndk {
moduleName 'zipadjust'
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'

View File

@ -1,4 +1,3 @@
### v5.5.3
- Update translations
- Update internal scripts
- Minor bug fixes
### v5.5.4
- Fix on-boot dtbo detection
- Add fingerprint authentication for Superuser requests