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
c840a30c
Commit
c840a30c
authored
Feb 12, 2018
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version
parent
ae5277a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
build.gradle
build.gradle
+2
-2
changelog.md
src/main/assets/changelog.md
+4
-2
No files found.
build.gradle
View file @
c840a30c
...
...
@@ -8,8 +8,8 @@ android {
applicationId
"com.topjohnwu.magisk"
minSdkVersion
21
targetSdkVersion
27
versionCode
96
versionName
"5.
5.5
"
versionCode
100
versionName
"5.
6.0
"
javaCompileOptions
{
annotationProcessorOptions
{
argument
(
'butterknife.debuggable'
,
'false'
)
...
...
src/main/assets/changelog.md
View file @
c840a30c
### v5.
5.5 (96)
### v5.
6.0
-
Remove JNI requirement, Magisk Manager is now pure Java
-
Update the method handling su database (v15+), may fix the issue that root requests won't save
-
Update the method of handling su database, may fix the issue that root requests won't save
-
Add the option to restore Magisk Manager after repackaging with random package name
-
Massive under-the-hood optimizations
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