Skip to content

Commit d025aff

Browse files
authored
feat: apktool 2.11.0 docs (#3765)
* feat: apktool 2.11.0 docs * chore: fix authors * chore: lint * build: dependabot * build: dependabot
1 parent 180c876 commit d025aff

File tree

6 files changed

+69
-19
lines changed

6 files changed

+69
-19
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
target-branch: docs
5+
directory: /
6+
schedule:
7+
interval: weekly
8+
time: "04:00"
9+
timezone: "America/New_York"
10+
11+
- package-ecosystem: npm
12+
target-branch: docs
13+
directory: /
14+
schedule:
15+
interval: weekly
16+
time: "04:00"
17+
timezone: "America/New_York"
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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/

blog/authors.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ ibotpeaches:
44
url: https://github.com/ibotpeaches
55
image_url: https://github.com/ibotpeaches.png
66

7+
IgorEisberg:
8+
name: Igor Eisberg
9+
title: Contributor of Apktool
10+
url: https://github.com/IgorEisberg
11+
image_url: https://github.com/IgorEisberg.png
12+
713
broo2s:
814
name: Ryszard Wiśniewski
915
title: Creator of Apktool

docs/unreleased.mdx

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,4 @@ The changelog of the upcoming release, subject to change prior to finalization.
88

99
:::
1010

11-
- [[#3696](https://github.com/iBotPeaches/Apktool/pull/3696)] Add API 35 (Vanilla Ice Cream) support.
12-
- [[#3728](https://github.com/iBotPeaches/Apktool/pull/3728)] Add API 36 (Baklava) Developer Preview 1 support.
13-
- [[#3706](https://github.com/iBotPeaches/Apktool/pull/3706)] Add support for API 35 feature flags. (Thanks IgorEisberg)
14-
- [[#3708](https://github.com/iBotPeaches/Apktool/pull/3708)] Add support for re-compacting compactly packed applications. (Thanks IgorEisberg)
15-
- [[#3724](https://github.com/iBotPeaches/Apktool/pull/3724)] Add support for modifying existing network security config for `-n`. (Thanks swngarg-lt)
16-
- [[#3699](https://github.com/iBotPeaches/Apktool/pull/3699)] Refactor ApkBuilder|ApkDecoder (Thanks IgorEisberg)
17-
- [[#3709](https://github.com/iBotPeaches/Apktool/pull/3709)] Refactor xml handling w/ introduction of brut.j.xml. (Thanks IgorEisberg)
18-
- [[#3746](https://github.com/iBotPeaches/Apktool/pull/3746)] Refactor configs/tests and misc items. (Thanks IgorEisberg)
19-
- [[#3687](https://github.com/iBotPeaches/Apktool/issues/3687)] Refactor out deprecated `CountingInputStream`. (Thanks IgorEisberg)
20-
- [[#3705](https://github.com/iBotPeaches/Apktool/pull/3705)] Fix support for compact apks with over ~32k resources. (Thanks IgorEisberg)
21-
- [[#3747](https://github.com/iBotPeaches/Apktool/pull/3747)] Upgrade `smali` to `3.0.9`.
22-
- [[#3733](https://github.com/iBotPeaches/Apktool/pull/3733), [#3750](https://github.com/iBotPeaches/Apktool/pull/3750)] Upgrade `gradle` to `4.2.2`.
23-
- [[#3701](https://github.com/iBotPeaches/Apktool/pull/3701), [#3732](https://github.com/iBotPeaches/Apktool/pull/3732)] Upgrade `commons-io` to `2.18.0`.
24-
- [[#3745](https://github.com/iBotPeaches/Apktool/pull/3745)] Upgrade `commons-text` to `1.13.0`.
25-
- [[#3703](https://github.com/iBotPeaches/Apktool/pull/3703), [#3751](https://github.com/iBotPeaches/Apktool/pull/3751)] Upgrade `guava` to `33.4.0`.
11+
_It's a bit empty here, but we are working on it!_

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ const config = {
9191
{to: '/docs/install', label: 'Install', position: 'left'},
9292
{to: '/blog', label: 'Releases', position: 'left'},
9393
{
94-
href: 'https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.10.0.jar',
95-
label: 'Download 2.10.0',
94+
href: 'https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.11.0.jar',
95+
label: 'Download 2.11.0',
9696
position: 'right',
9797
},
9898
{

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function HomepageHeader() {
2323
</span>
2424
<CodeBlock language="bash">
2525
{`$ apktool d test.apk
26-
I: Using Apktool 2.10.0 on test.apk
26+
I: Using Apktool 2.11.0 on test.apk
2727
I: Loading resource table...
2828
I: Decoding AndroidManifest.xml with resources...
2929
I: Loading resource table from file: 1.apk
@@ -35,7 +35,7 @@ I: Copying assets and libs...
3535
I: Copying unknown files...
3636
I: Copying original files...
3737
$ apktool b test
38-
I: Using Apktool 2.10.0 on test
38+
I: Using Apktool 2.11.0 on test
3939
I: Checking whether sources has changed...
4040
I: Smaling smali folder into classes.dex...
4141
I: Checking whether resources has changed...

0 commit comments

Comments
 (0)