|
| 1 | +--- |
| 2 | +slug: apktool-2.11.0 |
| 3 | +title: Apktool 2.11.0 |
| 4 | +authors: [ibotpeaches, IgorEisberg] |
| 5 | +tags: [release] |
| 6 | +--- |
| 7 | + |
| 8 | +:::caution |
| 9 | + |
| 10 | +This release contains an updated internal framework file. |
| 11 | + |
| 12 | +- `apktool empty-framework-dir` to remove the old file. |
| 13 | + |
| 14 | +::: |
| 15 | + |
| 16 | +- [[#3696](https://github.com/iBotPeaches/Apktool/pull/3696)] Add API 35 (Vanilla Ice Cream) support. |
| 17 | +- [[#3728](https://github.com/iBotPeaches/Apktool/pull/3728)] Add API 36 (Baklava) Developer Preview 1 support. |
| 18 | +- [[#3706](https://github.com/iBotPeaches/Apktool/pull/3706)] Add support for API 35 feature flags. (Thanks IgorEisberg) |
| 19 | +- [[#3708](https://github.com/iBotPeaches/Apktool/pull/3708)] Add support for re-compacting compactly packed applications. (Thanks IgorEisberg) |
| 20 | +- [[#3724](https://github.com/iBotPeaches/Apktool/pull/3724)] Add support for modifying existing network security config for `-n`. (Thanks swngarg-lt) |
| 21 | +- [[#3699](https://github.com/iBotPeaches/Apktool/pull/3699)] Refactor ApkBuilder|ApkDecoder (Thanks IgorEisberg) |
| 22 | +- [[#3709](https://github.com/iBotPeaches/Apktool/pull/3709)] Refactor xml handling w/ introduction of brut.j.xml. (Thanks IgorEisberg) |
| 23 | +- [[#3746](https://github.com/iBotPeaches/Apktool/pull/3746)] Refactor configs/tests and misc items. (Thanks IgorEisberg) |
| 24 | +- [[#3687](https://github.com/iBotPeaches/Apktool/issues/3687)] Refactor out deprecated `CountingInputStream`. (Thanks IgorEisberg) |
| 25 | +- [[#3705](https://github.com/iBotPeaches/Apktool/pull/3705)] Fix support for compact apks with over ~32k resources. (Thanks IgorEisberg) |
| 26 | +- [[#3747](https://github.com/iBotPeaches/Apktool/pull/3747)] Upgrade `smali` to `3.0.9`. |
| 27 | +- [[#3733](https://github.com/iBotPeaches/Apktool/pull/3733), [#3750](https://github.com/iBotPeaches/Apktool/pull/3750)] Upgrade `gradle` to `4.2.2`. |
| 28 | +- [[#3701](https://github.com/iBotPeaches/Apktool/pull/3701), [#3732](https://github.com/iBotPeaches/Apktool/pull/3732)] Upgrade `commons-io` to `2.18.0`. |
| 29 | +- [[#3745](https://github.com/iBotPeaches/Apktool/pull/3745)] Upgrade `commons-text` to `1.13.0`. |
| 30 | +- [[#3703](https://github.com/iBotPeaches/Apktool/pull/3703), [#3751](https://github.com/iBotPeaches/Apktool/pull/3751)] Upgrade `guava` to `33.4.0`. |
| 31 | + |
| 32 | +:::success |
| 33 | + |
| 34 | +[Download now at Bitbucket](https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.11.0.jar), [Maven](https://mvnrepository.com/artifact/org.apktool/apktool-lib) |
| 35 | + |
| 36 | +- md5 - `5505ce560213730c7366589389469a1b` |
| 37 | +- sha256 - `c0350abbab5314248dfe2ee0c907def4edd14f6faef1f5d372d3d4abd28f0431` |
| 38 | + |
| 39 | +::: |
| 40 | + |
| 41 | +> This post was released with commentary at: https://connortumbleson.com/2025/01/14/apktool-v2-11-0-released/ |
0 commit comments