Bump version

This commit is contained in:
topjohnwu 2017-12-22 02:01:11 +08:00
parent b0d65b5edd
commit f0e4aec0af
2 changed files with 9 additions and 10 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "com.topjohnwu.magisk" applicationId "com.topjohnwu.magisk"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 27 targetSdkVersion 27
versionCode 75 versionCode 80
versionName "5.4.3" versionName "5.5.0"
ndk { ndk {
moduleName 'zipadjust' moduleName 'zipadjust'
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'

View File

@ -1,10 +1,9 @@
### v5.4.3 (75) ### v5.5.0
- Fix dynamic resource loading, should prevent crashing when checking SafetyNet - Fix dynamic resource loading, prevent crashes when checking SafetyNet
- Update SignAPK to use very little RAM, should expand old device support - Update SignAPK to use very little RAM for supporting old devices
- Support settings migration after hiding Magisk Manager - Support settings migration after hiding Magisk Manager
- Add reboot menu in modules section - Add reboot menu in modules section
- Add changelog in app - Add dark theme to superuser request dialogs
- Add dark theme to superuser requests - Properly handle new `HIGHCOMP` and add recommended `KEEPVERITY` and `KEEPFORCEENCRYPT` flags for installation
- Properly handle new `KEEPVERITY` and `HIGHCOMP` flags for installation - Support new paths for v14.6
- Adapt su database to `/data/adb/magisk.adb` and installation paths to `/data/adb` - Massive improvements in repackaging Magisk Manager
- Massive improvements for repackaging Magisk Manager