mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-02 22:45:27 +00:00
Bump version
This commit is contained in:
parent
0dcd073554
commit
8bf7e42913
@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "com.topjohnwu.magisk"
|
applicationId "com.topjohnwu.magisk"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 90
|
versionCode 91
|
||||||
versionName "5.5.4"
|
versionName "5.5.5"
|
||||||
ndk {
|
ndk {
|
||||||
moduleName 'zipadjust'
|
moduleName 'zipadjust'
|
||||||
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
|
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
### v5.5.5
|
||||||
|
- Fix crashes on Lollipop and some devices that don't follow AOSP standards
|
||||||
|
|
||||||
### v5.5.4
|
### v5.5.4
|
||||||
- Fix on-boot dtbo detection
|
- Fix on-boot dtbo detection
|
||||||
- Add fingerprint authentication for Superuser requests
|
- Add fingerprint authentication for Superuser requests
|
||||||
|
Loading…
Reference in New Issue
Block a user