Skip to content

Commit

Permalink
Bump Apktool to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kefir500 committed Dec 11, 2024
1 parent 6538f6f commit e7378e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def progress(blocknum, blocksize, totalsize):
# Download Apktool

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

# Download and unpack Android Build Tools
Expand Down

0 comments on commit e7378e7

Please sign in to comment.