Skip to main content

54 posts tagged with "release"

View All Tags

Apktool 2.11.0

Connor Tumbleson
Maintainer of Apktool
Igor Eisberg
Contributor of Apktool
caution

This release contains an updated internal framework file.

  • apktool empty-framework-dir to remove the old file.
  • [#3696] Add API 35 (Vanilla Ice Cream) support.
  • [#3728] Add API 36 (Baklava) Developer Preview 1 support.
  • [#3706] Add support for API 35 feature flags. (Thanks IgorEisberg)
  • [#3708] Add support for re-compacting compactly packed applications. (Thanks IgorEisberg)
  • [#3724] Add support for modifying existing network security config for -n. (Thanks swngarg-lt)
  • [#3699] Refactor ApkBuilder|ApkDecoder (Thanks IgorEisberg)
  • [#3709] Refactor xml handling w/ introduction of brut.j.xml. (Thanks IgorEisberg)
  • [#3746] Refactor configs/tests and misc items. (Thanks IgorEisberg)
  • [#3687] Refactor out deprecated CountingInputStream. (Thanks IgorEisberg)
  • [#3705] Fix support for compact apks with over ~32k resources. (Thanks IgorEisberg)
  • [#3747] Upgrade smali to 3.0.9.
  • [#3733, #3750] Upgrade gradle to 4.2.2.
  • [#3701, #3732] Upgrade commons-io to 2.18.0.
  • [#3745] Upgrade commons-text to 1.13.0.
  • [#3703, #3751] Upgrade guava to 33.4.0.
success

Download now at Bitbucket, Maven

  • md5 - e887717f0bd5aa552de0459d59a28540
  • sha256 - 8fdc17c6fe2e6d80d71b8718eb2a5d0379f1cc7139ae777f6a499ce397b26f54

This post was released with commentary at: https://connortumbleson.com/2025/01/15/apktool-v2-11-0-released/

Apktool 2.10.0

Connor Tumbleson
Maintainer of Apktool
caution

This release contains an updated internal framework file.

  • apktool empty-framework-dir to remove the old file.
  • [#3476] Add parallelization to decode|build command. (Thanks Cregrant)
  • [#3559] Add reproducible builds (drop Proguard for R8).
  • [#3683] Add automatic selection of latest apktool to helper scripts. (Thanks codebymikey
  • [#3681] Add support for final API 34 (Upside Down Cake)
  • [#3602] Fix stripping of META-INF files for xmlpull.
  • [#3512] Fix disassembly of Facebook.
  • [#3536] Fix treating stamp-cert-sha256 as unknown file.
  • [#3578] Fix treating non-main class dex files as compressed.
  • [#3583] Fix misalignment on namespace restriction from serializer.
  • [#3618] Fix resource leak on unclosed ZipFile on framework install.
  • [#3634] Fix resource leak on unclosed streams on manifest disassemble. (Thanks azotzot)
  • [#3657] Fix sort order of files on tmpfs filesystems. (Thanks luk1337)
  • [#3676] Fix tabs/spaces in linux helper script. (Thanks alexpopov)
  • [#3519, #3601, #3690] Upgrade baksmali/smali to 3.0.8.
  • [#3459, #3595] Upgrade Gradle to 8.7. (Thanks ArjunaKumarMohanta)
  • [#3509] Upgrade proguard-gradle to 7.4.2.
  • [#3671] Upgrade r8 to 8.5.35.
  • [#3577, #3607, #3672] Upgrade commons-cli to 1.9.0.
  • [#3560, #3570] Upgrade commons-io to 2.16.1.
  • [#3670] Upgrade guava to 33.3.0.
  • [#3576] Upgrade commons-text to 1.12.0.
  • [#3646, #3663, #3680] Upgrade commons-lang3 to 3.17.0.
  • [#3585] Upgrade xmlunit-legacy to 2.10.0.
  • [#3510, #3515, #3550, #3572] Upgrade wrapper-validation-action to 3.3.0.
  • [#3470, #3479, #3500, #3511, #3522, #3566, #3571, #3575, #3586, #3624, #3628, #3648, #3662, #3679, #3692] Upgrade gradle/actions to 4.1.0.
  • [#3471] Upgrade github/codeql-action to 3.
  • [#3528] Upgrade actions/upload-artifact to 4.
success

Download now at Bitbucket, Maven

  • md5 - 5505ce560213730c7366589389469a1b
  • sha256 - c0350abbab5314248dfe2ee0c907def4edd14f6faef1f5d372d3d4abd28f0431

This post was released with commentary at: https://connortumbleson.com/2024/09/17/apktool-v2-10-0-released/