chore: update proguard to fix minify step of release builds

This change comes from TeamNewPipe/NewPipe@6c5d58bed3.
This commit is contained in:
Marcelo Castellano 2026-01-17 02:46:53 -03:00
parent 67ed4028fc
commit 9baf58e333

View File

@ -57,3 +57,8 @@
-dontwarn jdk.dynalink.linker.support.CompositeTypeBasedGuardingDynamicLinker
-dontwarn jdk.dynalink.linker.support.Guards
-dontwarn jdk.dynalink.support.ChainedCallSite
# Rules for jsoup
# Ignore intended-to-be-optional re2j classes - only needed if using re2j for jsoup regex
# jsoup safely falls back to JDK regex if re2j not on classpath, but has concrete re2j refs
# See https://github.com/jhy/jsoup/issues/2459 - may be resolved in future, then this may be removed
-dontwarn com.google.re2j.**