From 68eec4ba09dcd758ec52570e2cefdf11b63645a8 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Tue, 14 May 2024 06:36:23 -0400 Subject: [PATCH] docs: note about #3595 --- docs/unreleased.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/unreleased.mdx b/docs/unreleased.mdx index b03fc463f7..8014723559 100644 --- a/docs/unreleased.mdx +++ b/docs/unreleased.mdx @@ -15,7 +15,7 @@ The changelog of the upcoming release, subject to change prior to finalization. - [[#3578](https://github.com/iBotPeaches/Apktool/issues/3578)] Fix treating non-main class dex files as compressed. - [[#3583](https://github.com/iBotPeaches/Apktool/issues/3583)] Fix misalignment on namespace restriction from serializer. - [[#3519](https://github.com/iBotPeaches/Apktool/pull/3519)] Upgrade baksmali/smali to `3.0.5`. -- [[#3459](https://github.com/iBotPeaches/Apktool/pull/3459)] Upgrade Gradle to `8.5`. (Thanks ArjunaKumarMohanta) +- [[#3459](https://github.com/iBotPeaches/Apktool/pull/3459), [#3595](https://github.com/iBotPeaches/Apktool/pull/3595)] Upgrade Gradle to `8.7`. (Thanks ArjunaKumarMohanta) - [[#3509](https://github.com/iBotPeaches/Apktool/pull/3509)] Upgrade `proguard-gradle` to `7.4.2`. - [[#3577](https://github.com/iBotPeaches/Apktool/pull/3577)] Upgrade `commons-cli` to `1.7.0` - [[#3560](https://github.com/iBotPeaches/Apktool/pull/3560), [#3570](https://github.com/iBotPeaches/Apktool/pull/3570)] Upgrade `commons-io` to `2.16.1`