Heap Gradle Plugin Changelog

All notable changes to the Heap Gradle Plugin will be documented in this file. For steps to install Heap on Android, as well as the related Heap Gradle Plugin installation steps, see the installation docs for the desired library:

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Heap Gradle Plugin

[1.0.0] - 2025-02-14

Fixed

  • Fixed bug where instrumentations could be applied to incorrect task paths.

Added

  • Added support for Gradle configuration caching.

Changed

  • Removed support for automatic initialization of autocapture SDKs.
  • Changed the plugin configuration block from using extension properties (ext block in Gradle) to using a plugin specific heap DSL.

[0.5.0] - 2024-11-08

Added

  • Added support for the Contentsquare Unified SDK.
  • Added support for the Heap Android Compose Autocapture SDK.

Changed

  • Removed support for Heap Classic. Customers using Heap Classic must not upgrade to this version of the plugin.

[0.4.0] - 2024-08-26

Added

  • Added support for Heap Android Notification Autocapture SDK.

[0.3.0] - 2023-06-23

Added

  • Added support for AndroidX Fragment transition events.

[0.1.0] - 2023-03-09

Added

  • Added support for Heap Android View Autocapture SDK.

[0.0.1] - 2023-01-19

Added

  • Initial release of AGP 8-compatible Gradle plugin for Heap instrumentation.