Unclaimed project
Are you a maintainer of Apktool? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
Apktool
A tool for reverse engineering Android apk files
9patchandroidapkapktoolarscreverse-engineering
Last updated about 1 month ago
Back to changelogNew
v2.10.0
What's Changed
- feat: Upgrade gradle to v8.5 by @Lohita9 in https://github.com/iBotPeaches/Apktool/pull/3459
- test: assert miui aapt1 patch exists by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3462
- build(deps): bump gradle/gradle-build-action from 2.10.0 to 2.11.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3470
- build(deps): bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3471
- Feature: Parallel Building by @Cregrant in https://github.com/iBotPeaches/Apktool/pull/3476
- Support for configuring job count. by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3480
- fix: deprecated is lowercase by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3481
- build(deps): bump gradle/gradle-build-action from 2.11.0 to 2.11.1 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3479
- refactor: inline runnable on smali disassemble by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3490
- chore: correct warnings from Qodana scan by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3491
- build(deps): bump gradle/gradle-build-action from 2.11.1 to 2.12.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3500
chore: minor clarity improvement in README.md by @DrankRock in https://github.com/iBotPeaches/Apktool/pull/3501build(deps): bump com.guardsquare:proguard-gradle from 7.4.1 to 7.4.2 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3509build(deps): bump gradle/wrapper-validation-action from 1.1.0 to 2.0.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3510build(deps): bump gradle/gradle-build-action from 2.12.0 to 3.0.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3511build(deps): bump gradle/wrapper-validation-action from 2.0.0 to 2.1.1 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3515Correct Facebook Disassembly (Jan 2024) by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3513build(deps): bump gradle/actions from 3.0.0 to 3.1.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3522build: jump to smali/baksmali 3.0.5 by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3519build(deps): bump actions/upload-artifact from 3 to 4 by @topminipie in https://github.com/iBotPeaches/Apktool/pull/3528fix: properly handle stamp-cert-sha256 by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3538build(deps): bump gradle/wrapper-validation-action from 2.1.1 to 2.1.2 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3550build(deps): bump commons-io:commons-io from 2.15.1 to 2.16.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3560feat: update internal framework to API 34 (Vanilla Ice Cream Preview) by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3537Reproducible Builds by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3559build(deps): bump gradle/actions from 3.1.0 to 3.2.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3566build(deps): bump commons-io:commons-io from 2.16.0 to 2.16.1 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3570build(deps): bump gradle/actions from 3.2.0 to 3.3.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3571build(deps): bump gradle/wrapper-validation-action from 2.1.2 to 3.3.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3572build(deps): bump gradle/actions from 3.3.0 to 3.3.1 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3575build(deps): bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3576build(deps): bump commons-cli:commons-cli from 1.6.0 to 1.7.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3577Correct wording in CLI usage messages by @ProgerXP in https://github.com/iBotPeaches/Apktool/pull/3579fix: properly record compression of non-main classes.dex files by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3584build(deps): bump org.xmlunit:xmlunit-legacy from 2.9.1 to 2.10.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3585build(deps): bump gradle/actions from 3.3.1 to 3.3.2 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3586fix: remove enforcement on aligned namespaces by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3587feat: Upgrade gradle to v8.7 by @Lohita9 in https://github.com/iBotPeaches/Apktool/pull/3595build: jump to smali/baksmali 3.0.7 by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3601Migrate to modern Gradle Github Actions by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3594Workaround invalid org.xmlpull loader with R8 by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3604build(deps): bump commons-cli:commons-cli from 1.7.0 to 1.8.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3607Readme: Improve title and wording for docs link by @tutacat in https://github.com/iBotPeaches/Apktool/pull/3611Resolve a resource leak where the ZipFile is not closed by @alsutton in https://github.com/iBotPeaches/Apktool/pull/3618build(deps): bump gradle/actions from 3.3.2 to 3.4.1 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3624build(deps): bump gradle/actions from 3.4.1 to 3.4.2 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3628Add missing stream closing by @azotzot in https://github.com/iBotPeaches/Apktool/pull/3634build(deps): bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3647build(deps): bump gradle/actions from 3.4.2 to 3.5.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3648Refresh aapt2 binaries. by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3651Sort files list in FileDirectory::loadAll() by @luk1337 in https://github.com/iBotPeaches/Apktool/pull/3657build(deps): bump gradle/actions from 3.5.0 to 4.0.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3662build(deps): bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3663build(deps): bump com.android.tools:r8 from 8.3.37 to 8.5.35 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3671build(deps): bump commons-cli:commons-cli from 1.8.0 to 1.9.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3672test(aapt2) - add foregroundServiceType test by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3674Remove tabs in linux script by @alexpopov in https://github.com/iBotPeaches/Apktool/pull/3676build(deps): bump gradle/actions from 4.0.0 to 4.0.1 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3679build(deps): bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3680feat: update internal framework to API 34 (Vanilla Ice Cream) by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3681Add ability to automatically pick up the latest apktool.jar version by @codebymikey in https://github.com/iBotPeaches/Apktool/pull/3683build(deps): bump com.google.guava:guava from 32.0.1-jre to 33.3.0-jre by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3670build: upgrade to smali/baksmali 3.0.8 by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3690build(deps): bump gradle/actions from 4.0.1 to 4.1.0 by @dependabot in https://github.com/iBotPeaches/Apktool/pull/3692fix: allow maven to publish without implicit task ordering by @iBotPeaches in https://github.com/iBotPeaches/Apktool/pull/3693New Contributors
- @Cregrant made their first contribution in https://github.com/iBotPeaches/Apktool/pull/3476
- @DrankRock made their first contribution in https://github.com/iBotPeaches/Apktool/pull/3501
- @topminipie made their first contribution in https://github.com/iBotPeaches/Apktool/pull/3528
- @ProgerXP made their first contribution in https://github.com/iBotPeaches/Apktool/pull/3579
- @azotzot made their first contribution in https://github.com/iBotPeaches/Apktool/pull/3634
- @luk1337 made their first contribution in https://github.com/iBotPeaches/Apktool/pull/3657
- @alexpopov made their first contribution in https://github.com/iBotPeaches/Apktool/pull/3676
- @codebymikey made their first contribution in https://github.com/iBotPeaches/Apktool/pull/3683
Full Changelog: https://github.com/iBotPeaches/Apktool/compare/v2.9.3...v2.10.0
Doc Site: https://apktool.org/blog/apktool-2.10.0
Release Blog: https://connortumbleson.com/2024/09/17/apktool-v2-10-0-released/
More Java Projects
hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持简中、繁中、English、日本語,提供 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 等代码实现
128.6k JavaStirling-PDF
#1 PDF Application on GitHub that lets you edit PDFs on any device anywhere
87.5k Javamall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于Spring Boot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
84.3k Javaspring-boot
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
81.1k Java