Version | Change log |
ApkTool 2.10.0 Sep 17, 2024 |
Add parallelization to decode|build command. (Thanks Cregrant) Add reproducible builds (drop Proguard for R8). Add automatic selection of latest apktool to helper scripts. (Thanks codebymikey Add support for final API 34 (Upside Down Cake) Fix stripping of META-INF files for xmlpull. Fix disassembly of Facebook. Fix treating stamp-cert-sha256 as unknown file. Fix treating non-main class dex files as compressed. Fix misalignment on namespace restriction from serializer. Fix resource leak on unclosed ZipFile on framework install. Fix resource leak on unclosed streams on manifest disassemble. (Thanks azotzot) Fix sort order of files on tmpfs filesystems. (Thanks luk1337) Fix tabs/spaces in linux helper script. (Thanks alexpopov) Upgrade baksmali/smali to 3.0.8. Upgrade Gradle to 8.7. (Thanks ArjunaKumarMohanta) Upgrade proguard-gradle to 7.4.2. Upgrade r8 to 8.5.35. Upgrade commons-cli to 1.9.0. Upgrade commons-io to 2.16.1. Upgrade guava to 33.3.0. Upgrade commons-text to 1.12.0. Upgrade commons-lang3 to 3.17.0. Upgrade xmlunit-legacy to 2.10.0. Upgrade wrapper-validation-action to 3.3.0. Upgrade gradle/actions to 4.1.0. Upgrade github/codeql-action to 3. Upgrade actions/upload-artifact to 4. |
ApkTool 2.9.3 Jan 20, 2024 | |
ApkTool 2.9.2 Jan 5, 2024 | |
ApkTool 2.9.1 Dec 6, 2023 | |
ApkTool 2.9.0 Oct 8, 2023 |
feat: Upgrade gradle to v8.2.1 by @ArjunaKumarMohanta in #3141 build(deps): bump gradle/gradle-build-action from 2.5.1 to 2.6.0 by @dependabot in #3151 fix: skip files if cleaned to empty filename by @iBotPeaches in #3166 fix: opt out of stricter java rules for zip64 and dot entries by @iBotPeaches in #3178 build: test on java20 by @iBotPeaches in #3177 Correct regressions towards apktool.yml generation by @iBotPeaches in #3172 Allows run app from gradle for debugging purposes by @sv99 in #3179 fix: add missing hasResources check by @IgorEisberg in #3182 Prevent loading from resource pool if type is not a resolveable resource by @iBotPeaches in #3187 style: normalize command descs and redundancy by @IgorEisberg in #3188 fix: crash when decompiling framework-res.apk with a tag (regression) by @IgorEisberg in #3193 |
ApkTool 2.8.1 Jul 22, 2023 |
feat: Upgrade gradle to v8.2.1 by @ArjunaKumarMohanta in #3141 build(deps): bump gradle/gradle-build-action from 2.5.1 to 2.6.0 by @dependabot in #3151 fix: skip files if cleaned to empty filename by @iBotPeaches in #3166 fix: opt out of stricter java rules for zip64 and dot entries by @iBotPeaches in #3178 build: test on java20 by @iBotPeaches in #3177 Correct regressions towards apktool.yml generation by @iBotPeaches in #3172 Allows run app from gradle for debugging purposes by @sv99 in #3179 fix: add missing hasResources check by @IgorEisberg in #3182 Prevent loading from resource pool if type is not a resolveable resource by @iBotPeaches in #3187 style: normalize command descs and redundancy by @IgorEisberg in #3188 fix: crash when decompiling framework-res.apk with a tag (regression) by @IgorEisberg in #3193 |