Skip to content

7.4.2

Compare
Choose a tag to compare
@mrjameshamilton mrjameshamilton released this 31 Jan 17:12
· 36 commits to master since this release

Bugfixes

  • Fix potential access issues when backporting.
  • Fix potential NoClassDefFoundError when using type specialization optimization. (#373)
  • Improve processing of Kotlin metadata flags to prevent unnecessary null checks for consumers of protected library artifacts.
  • Prevent potential StackGeneralizationException during optimization when processing methods with many arguments.

Added

  • ProGuardTask support for Gradle configuration cache. (#254)