Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
f0e4aec0
Commit
f0e4aec0
authored
Dec 21, 2017
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version
parent
b0d65b5e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
10 deletions
+9
-10
build.gradle
build.gradle
+2
-2
changelog.md
src/main/assets/changelog.md
+7
-8
No files found.
build.gradle
View file @
f0e4aec0
...
...
@@ -8,8 +8,8 @@ android {
applicationId
"com.topjohnwu.magisk"
minSdkVersion
21
targetSdkVersion
27
versionCode
75
versionName
"5.
4.3
"
versionCode
80
versionName
"5.
5.0
"
ndk
{
moduleName
'zipadjust'
abiFilters
'x86'
,
'x86_64'
,
'armeabi-v7a'
,
'arm64-v8a'
...
...
src/main/assets/changelog.md
View file @
f0e4aec0
### v5.
4.3 (75)
-
Fix dynamic resource loading,
should prevent crashing
when checking SafetyNet
-
Update SignAPK to use very little RAM
, should expand old device support
### v5.
5.0
-
Fix dynamic resource loading,
prevent crashes
when checking SafetyNet
-
Update SignAPK to use very little RAM
for supporting old devices
-
Support settings migration after hiding Magisk Manager
-
Add reboot menu in modules section
-
Add changelog in app
-
Add dark theme to superuser requests
-
Properly handle new
`KEEPVERITY`
and
`HIGHCOMP`
flags for installation
-
Adapt su database to
`/data/adb/magisk.adb`
and installation paths to
`/data/adb`
-
Massive improvements for repackaging Magisk Manager
-
Add dark theme to superuser request dialogs
-
Properly handle new
`HIGHCOMP`
and add recommended
`KEEPVERITY`
and
`KEEPFORCEENCRYPT`
flags for installation
-
Support new paths for v14.6
-
Massive improvements in repackaging Magisk Manager
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment