Skip to content

Releases: mParticle/mparticle-android-sdk

v5.79.1

27 May 21:29
fa5bf5f

Choose a tag to compare

5.79.1 (2026-05-27)

Bug Fixes

  • ci: pin isolated-kit gradle version to prevent 6.0.0-rc.1 pull (#714) (eff10ea)

Updates & Maintenance

  • bump trunk-io/trunk-action from 1.2.4 to 1.3.1 (#705) (f4ceca7)
  • Update submodules (e435979)

6.0.0-rc.1

22 May 16:02
491f169

Choose a tag to compare

6.0.0-rc.1 Pre-release
Pre-release

mParticle Android SDK 6.0.0-rc.1

This release candidate validates the Android 6.0 release line and includes an updated Rokt kit dependency stack for Jetpack Compose integrations.

Rokt Kit Updates

  • Updated the Rokt kit integration and dependency stack used by com.mparticle:android-rokt-kit.
  • Fixes the Compose Material3 bottom sheet crash seen with newer Material3 versions, including NoSuchMethodError failures around ModalBottomSheetProperties.
  • Supports Rokt placements rendered through Jetpack Compose RoktLayout, including embedded placements and bottom sheet placements.
  • Adds support for forwarding custom CNAME configuration through NetworkOptions.customBaseURL.
  • Moves Rokt contracts and facade ownership into the Rokt kit.

Migration Notes

  • MpRoktEventCallback has been removed from the Rokt kit Compose API.
  • Apps should use the Rokt event stream API instead, for example by collecting events for the placement/view identifier.
  • Partners using hashed email should continue sending emailsha256 in Rokt attributes.
  • Partners using Compose should pass the configured Rokt view identifier and embedded location name to RoktLayout.

Compatibility Notes

  • Compose integrations may resolve newer transitive Compose and Lifecycle dependencies through the Rokt kit dependency stack.

Also Included

  • Release workflow support for qualified alpha, beta, and release candidate versions.
  • Parallelized instrumented test execution in CI.
  • Centralized active kit filtering in KitManagerImpl.
  • Multiple migrated kit integrations for the Android 6.0 release line.

v5.79.0

14 May 15:53
3593cdc

Choose a tag to compare

5.79.0 (2026-05-14)

Features

Bug Fixes

  • increase MPLatch timeout from 5s to 30s (#695) (20f723f)

Updates & Maintenance

v5.78.5

25 Mar 16:26
83b24bf

Choose a tag to compare

5.78.5 (2026-03-25)

Updates & Maintenance

v5.78.4

23 Mar 15:45
6bfb6af

Choose a tag to compare

5.78.4 (2026-03-23)

Updates & Maintenance

v5.78.3

11 Mar 18:58
892a778

Choose a tag to compare

5.78.3 (2026-03-11)

Updates & Maintenance

v5.78.2

27 Feb 18:07
236faf1

Choose a tag to compare

5.78.2 (2026-02-27)

Bug Fixes

  • ci - use Gradle properties for SDK version extraction in release (63b39e7)

v5.78.1

27 Feb 16:36
07c7163

Choose a tag to compare

5.78.1 (2026-02-27)

Updates & Maintenance

v5.78.0

12 Feb 17:16
604d383

Choose a tag to compare

5.78.0 (2026-02-12)

Features

  • Add PlacementOptions support to Rokt integration (#639) (61cc472)

Updates & Maintenance

v5.77.0

03 Feb 23:13
37a5617

Choose a tag to compare

5.77.0 (2026-02-03)

Features

  • Add support for Get / Set SessionId on Rokt (#645) (2956a05)

Bug Fixes

  • Validate js-sdk-file input for Gradle 8 compatibility (#644) (2725387)

Updates & Maintenance