Skip to content

v1.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jul 08:01

1.6.0 (2026-07-11)

Bug Fixes

  • Don't use --file-per-class when calling D8 to prevent issues with reserved filenames on Windows (424c041)
  • Ignore versioned classes from multi-release JARs (ecb54a8)
  • Memory map files using FFM on JDK22+ to fix file locking on Windows (#143) (713d342)
  • Reuse mapped files in fast mode (f3f77e2)
  • Show more verbose exception if an instruction from the immutable method is passed to mutable method in addInstructionsWithLabels(). Fix wrong label can be used if multiple labels are specified (d955d8a)

Features

  • Expose APK signing certificates to patches (#145) (2284e22)