Skip to content

Commit

Permalink
Update default Apktool to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kefir500 committed Jan 3, 2024
1 parent 454118d commit 4f2fa9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/all/docs/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1.8.0
- Added word wrap support to code editor.
- Updated default Apktool to 2.8.1.
- Updated default Apktool to 2.9.1.

## 1.7.1
- Added support for optimizing shared libraries.
Expand Down
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.8.1.jar',
urlretrieve('https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.9.1.jar',
resolvePath('../dist/all/tools/apktool.jar'), progress)

# Download and unpack Android Build Tools
Expand Down

0 comments on commit 4f2fa9e

Please sign in to comment.