Skip to content

Commit

Permalink
Update Apktool to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kefir500 committed Dec 6, 2019
1 parent c31ef0a commit 5ce059a
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 @@ -41,7 +41,7 @@ def progress(blocknum, blocksize, totalsize):
# Download Apktool

print('(1/3) Downloading Apktool...')
urlretrieve('https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.4.0.jar', pathTo('../res/deploy/all/tools/apktool.jar'), progress)
urlretrieve('https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.4.1.jar', pathTo('../res/deploy/all/tools/apktool.jar'), progress)

# Download and unpack Android Build Tools

Expand Down

0 comments on commit 5ce059a

Please sign in to comment.