mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-29 21:54:25 +02:00
build(deps): bump com.google.guava:guava from 32.0.1-jre to 33.3.0-jre (#3670)
* build(deps): bump com.google.guava:guava from 32.0.1-jre to 33.3.0-jre Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.0.1-jre to 33.3.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix r8 warning on RetainedWith --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Connor Tumbleson <connor.tumbleson@gmail.com>
This commit is contained in:
parent
5974d7477e
commit
2ff81eb55f
4
brut.apktool/apktool-cli/proguard-rules.pro
vendored
4
brut.apktool/apktool-cli/proguard-rules.pro
vendored
@ -8,3 +8,7 @@
|
||||
|
||||
# https://github.com/iBotPeaches/Apktool/issues/3602#issuecomment-2117317880
|
||||
-dontwarn org.xmlpull.mxp1**
|
||||
|
||||
# https://github.com/iBotPeaches/Apktool/pull/3670#issuecomment-2296326878
|
||||
-dontwarn com.google.j2objc.annotations.Weak
|
||||
-dontwarn com.google.j2objc.annotations.RetainedWith
|
||||
|
@ -4,7 +4,7 @@ commons_io = "2.16.1"
|
||||
commons_cli = "1.9.0"
|
||||
commons_lang3 = "3.17.0"
|
||||
commons_text = "1.12.0"
|
||||
guava = "32.0.1-jre"
|
||||
guava = "33.3.0-jre"
|
||||
junit = "4.13.2"
|
||||
r8 = "8.5.35"
|
||||
smali = "3.0.7"
|
||||
|
Loading…
x
Reference in New Issue
Block a user