Skip to content

Commit a0ab67a

Browse files
authored
Merge pull request #3818 from iBotPeaches/apktool-2.11.1-docs
feat: apktool 2.11.1 docs
2 parents 573e878 + 329ec9d commit a0ab67a

File tree

4 files changed

+28
-9
lines changed

4 files changed

+28
-9
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
slug: apktool-2.11.1
3+
title: Apktool 2.11.1
4+
authors: [ibotpeaches]
5+
tags: [release]
6+
---
7+
8+
- [[#3768](https://github.com/iBotPeaches/Apktool/issues/3768)] Fix parsing feature flags at any point in `AndroidManifest.xml`. (Thanks IgorEisberg)
9+
- [[#3811](https://github.com/iBotPeaches/Apktool/pull/3811)] Fix injection of network debugging if existing entries present. (Thanks aytee6)
10+
- [[#3799](https://github.com/iBotPeaches/Apktool/pull/3799)] Fix disassembly of applications with unordered type chunks.
11+
- [[#3762](https://github.com/iBotPeaches/Apktool/pull/3762)] Upgrade r8 to `8.7.18`.
12+
- [[#3800](https://github.com/iBotPeaches/Apktool/pull/3800)] Upgrade gradle to `4.3.0`.
13+
14+
:::success
15+
16+
[Download now at Bitbucket](https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.11.1.jar), [Maven](https://mvnrepository.com/artifact/org.apktool/apktool-lib)
17+
18+
- md5 - `e64d0b288b96a8c7502d8897ac8f2eae`
19+
- sha256 - `56d59c524fc764263ba8d345754d8daf55b1887818b15cd3b594f555d249e2db`
20+
21+
:::
22+
23+
> This post was released with commentary at: https://connortumbleson.com/2025/03/10/apktool-v2-11-1-released/

docs/unreleased.mdx

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

99
:::
1010

11-
- [[#3768](https://github.com/iBotPeaches/Apktool/issues/3768)] Fix parsing feature flags at any point in `AndroidManifest.xml`. (Thanks IgorEisberg)
12-
- [[#3811](https://github.com/iBotPeaches/Apktool/pull/3811)] Fix injection of network debugging if existing entries present. (Thanks aytee6)
13-
- [[#3799](https://github.com/iBotPeaches/Apktool/pull/3799)] Fix disassembly of applications with unordered type chunks.
14-
- [[#3762](https://github.com/iBotPeaches/Apktool/pull/3762)] Upgrade r8 to `8.7.18`.
15-
- [[#3800](https://github.com/iBotPeaches/Apktool/pull/3800)] Upgrade gradle to `4.3.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.11.0.jar',
95-
label: 'Download 2.11.0',
94+
href: 'https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.11.1.jar',
95+
label: 'Download 2.11.1',
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.11.0 on test.apk
26+
I: Using Apktool 2.11.1 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.11.0 on test
38+
I: Using Apktool 2.11.1 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)