Skip to content

Commit

Permalink
update to 2.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Jan 23, 2017
1 parent b98bbe2 commit 5ef77bf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions _data/releases.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- title: Apktool v2.2.2 Released
text: >
[Details](https://connortumbleson.com/2017/01/23/apktool-v2-2-2-released/) / [Download](https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.2.2.jar)
date: 2017-01-23 00:00:0

- title: Apktool v2.2.1 Released
text: >
[Details](https://connortumbleson.com/2016/10/18/apktool-v2-2-1-released/) / [Download](https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.2.1.jar)
Expand Down
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<li class="item"><a href="{{ site.github.url }}/changes">Changes</a></li>
<li class="item"><a href="{{ site.github.url }}/contribute">Contribute</a></li>
<li class="item visible-xs visible-sm"><a href="https://github.com/iBotPeaches/Apktool">Github</a></li>
<li class="item" data-toggle="tooltip" title="Released on October 18, 2016" data-placement="bottom">
<a target="_blank" href="https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.2.1.jar">Current Version: <strong>2.2.1</strong></a>
<li class="item" data-toggle="tooltip" title="Released on January 23, 2017" data-placement="bottom">
<a target="_blank" href="https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.2.2.jar">Current Version: <strong>2.2.2</strong></a>
</li>
</ul>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h3 style="text-align: center;">A tool for reverse engineering Android apk files</h3>
{% highlight terminal %}
$ apktool d test.apk
I: Using Apktool 2.2.1 on test.apk
I: Using Apktool 2.2.2 on test.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: 1.apk
Expand All @@ -18,7 +18,7 @@ <h3 style="text-align: center;">A tool for reverse engineering Android apk files
I: Copying unknown files...
I: Copying original files...
$ apktool b test
I: Using Apktool 2.2.1 on test
I: Using Apktool 2.2.2 on test
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
I: Checking whether resources has changed...
Expand Down
4 changes: 2 additions & 2 deletions changes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title: Apktool - Changelog
description: Apktool - Changelog / Roadmap
---

## v2.2.2 (in development)
xxxx.xx.xx
## v2.2.2
2017.01.23

* Added Android 7.1 Resources ([Issue 1349](https://github.com/iBotPeaches/Apktool/issues/1349))
* Update `aapt` to `android-7.1.1_r4`.
Expand Down

0 comments on commit 5ef77bf

Please sign in to comment.