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
cdc5d983
Commit
cdc5d983
authored
Oct 14, 2017
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump MagiskManager version
parent
96688e4d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
build.py
build.py
+1
-0
java
java
+1
-1
No files found.
build.py
View file @
cdc5d983
...
@@ -350,6 +350,7 @@ def cleanup(args):
...
@@ -350,6 +350,7 @@ def cleanup(args):
os
.
chdir
(
'java'
)
os
.
chdir
(
'java'
)
subprocess
.
run
(
'{} clean'
.
format
(
os
.
path
.
join
(
'.'
,
'gradlew'
)),
shell
=
True
)
subprocess
.
run
(
'{} clean'
.
format
(
os
.
path
.
join
(
'.'
,
'gradlew'
)),
shell
=
True
)
os
.
chdir
(
'..'
)
os
.
chdir
(
'..'
)
silentremove
(
'snet.apk'
)
if
'zip'
in
args
.
target
:
if
'zip'
in
args
.
target
:
header
(
'* Cleaning zip files'
)
header
(
'* Cleaning zip files'
)
...
...
java
@
13bf1b27
Subproject commit
39b6df27b3d72c706010e6773d4bb50a202a1543
Subproject commit
13bf1b27b42dd2f5c4d4152a0c76528c798fa589
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