mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-22 07:10:44 -08:00
Bump MagiskManager version
This commit is contained in:
1
build.py
1
build.py
@@ -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')
|
||||||
|
|||||||
2
java
2
java
Submodule java updated: 39b6df27b3...13bf1b27b4
Reference in New Issue
Block a user