Skip to content

Commit e7378e7

Browse files
committed
Bump Apktool to 2.10.0
1 parent 6538f6f commit e7378e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def progress(blocknum, blocksize, totalsize):
4343
# Download Apktool
4444

4545
print('(1/3) Downloading Apktool...')
46-
urlretrieve('https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.9.1.jar',
46+
urlretrieve('https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.10.0.jar',
4747
resolvePath('../dist/all/tools/apktool.jar'), progress)
4848

4949
# Download and unpack Android Build Tools

0 commit comments

Comments
 (0)