Skip to content

9.1.0

Compare
Choose a tag to compare
@mrjameshamilton mrjameshamilton released this 23 Aug 13:41
· 157 commits to master since this release

Version 9.1

New

  • Added PartialEvaluator JSON output for use with the new proguard-core-visualizer tool.
  • Improve PartialEvaluator error messages when enabled with PartialEvaluator.Builder.setPrettyPrinting().

Improved

Bug fixes

  • Fix UnsupportedOperationException when trying to shrink Kotlin metadata from a lambda function.

API Changes

  • No longer consider Record attributes empty when they have no components in NonEmptyAttributeFilter. (#118)
  • Add new ProguardCoreException subclasses with more specific meanings.