Commit cdc5d983 authored by topjohnwu's avatar topjohnwu

Bump MagiskManager version

parent 96688e4d
...@@ -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')
......
Subproject commit 39b6df27b3d72c706010e6773d4bb50a202a1543 Subproject commit 13bf1b27b42dd2f5c4d4152a0c76528c798fa589
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment