Apktool v2.9.1 Released
Apktool v2.9.1 has been released! This release is a fast follow with bug fixes from the quite large v2.9.0 release. Overall - very happy with only 1 regression from the huge amount of changes we did during the v2.9.0 release. I did remove the docker images recently added in v2.9.0 as those haven't quite stabilized at the level I expect. I've got a bit more to learn with docker with all the file system requirements Apktool has - then that will return.
Dependabot has become quite a life saver and keeps dependencies up to date whether its the CI pipeline or child dependencies.
This release continues the battle against Apktool's challenge of building applications on build tools that are almost always newer than the source application was built from. This led to changes for references, null values and stripping duplicate attribute properties.
It also has a quick patch for supporting disassembly of the new Android 14 QBR2 beta applications.
Sponsors
I launched GitHub Sponsors to help provide another alternative for folks showing appreciation. I want to remind folks of two companies that continue to hold a monthly donation for the project.
- Emerge Tools came online to sponsor the tool.
- Sourcetoad (self employer) additionally joined to sponsor (as well as a few other projects).
This release had 38 commits by 4 people and 1 robot
- Connor Tumbleson (iBotPeaches) - 27 commits
- Dependabot (BOT) - 8 commits
- ArjunaKumarMohanta - 1 commit
- Andrew Szeto - 1 commit
- Josh Miers - 1 commit
Changes since 2.9.0
- [#3362] Add support for building on Java 21.
- [#3425] Add test for
isAccessibilityTool
. - [#3428] Add support for Android QBR2.
- [#3399] Fix regression with api-level not passing to baksmali. (Thanks JoshMiers-FS)
- [#3378] Fix issue with docker building closed prs.
- [#3400] Fix issue with duplicated attribute names in styles.
- [#3416] Fix issue with writing null value resources.
- [#3421] Fix issue with aapt2 falling on private resources.
- [#3427] Fix issue with treating warnings as errors in aapt2.
- [#3377] Remove Docker published package.
- [#3376] Upgrade Gradle to
8.4
. (Thanks ArjunaKumarMohanta) - [#3414, #3453] Upgrade
commons-io
to2.15.1
. - [#3413] Upgrade
commons-cli
to1.6.0
. - [#3443] Upgrade
commons-lang3
to3.14.0
. - [#3414] Upgrade
commons-text
to1.11.0
. - [#3454] Upgrade
actions/setup-java
to4
. - [#3384] Upgrade
docker/build-push-action
tov5
. - [#3445] Upgrade
gradle/gradle-build-action
to2.10.0
. - [#3386] Upgrade
docker/setup-buildx-action
tov3
. - [#3385] Upgrade
docker/login-action
tov3
. - [#3444] Upgrade
proguard/gradle
to7.4.1
.
Notes
- The v2.9.x releases have moved to aapt2 being the default. If you'd like to return to the previous behavior, please use
--use-aapt1
during build stage.
Download
- Apktool 2.9.1
40705d4cf2fd3b4f605872e993f0d4a3
(md5)de7ce8aa109acb649e7f69cfe91030ffc20dbcc46edd8abbf6c2d1e36cfccd7b
(sha256)- Rename to
apktool.jar
and follow the Instruction Guide if you need help.
- 2.9.1 Doc Site Post