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:
- Android View Autocapture Installation
- Android Compose Autocapture Installation
- Classic Android Installation.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Heap Gradle Plugin
[1.0.2] - 2025-02-25
Fixed
- Fixed a bug where
externalNativeBuild
was not being properly cast, causing the plugin to fail instrumentation when the block was added to build files.
[1.0.1] - 2025-02-20
Fixed
- Fixed a bug where the plugin couldn't be configured properly from the Kotlin Gradle DSL.
[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 specificheap
DSL. - The plugin now requires a minimum AGP version of 8.1.
[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.
Updated 29 days ago