Update gradle files

This commit is contained in:
topjohnwu
2020-06-17 02:33:33 -07:00
parent 1e2f776b83
commit 56602cb9a3
3 changed files with 13 additions and 11 deletions

View File

@ -57,7 +57,7 @@ default_targets = ['magisk', 'magiskinit', 'magiskboot', 'busybox']
ndk_ver = '21c'
ndk_ver_full = '21.2.6472646'
build_tools_ver = '29.0.3'
build_tools_ver = '30.0.0'
ndk_root = op.join(os.environ['ANDROID_HOME'], 'ndk')
ndk_path = op.join(ndk_root, 'magisk')