Android SDK Change Log

Unless noted otherwise, all SDK releases are drop-in releases that do not require code change for partners upgrading from the previous version.

VersionRelease DateNotes

6.4.1

Jun 4, 2024

  • Fixed a build time error due to FileProvider conflict

6.4.0

Apr 26, 2024

This release is a MAJOR version update with several breaking changes. See Migrate to Version 6.4 for more details.

  • Updated public API with separate callback interfaces for loadAd() and showAd(); Kotlin integrations can opt-in to new coroutine APIs

  • Removed the requirement to supply a userId to the initialization API

  • Added capability to set ageRestrictedUser after the SDK has been initialized

  • Added a new callback for Ad Impression events to the placementDelegate

  • Deprecated onAdLeftApplication callback from the HyprMXBannerView delegate

  • Improved experience with failed initialization requests by allowing initialization requests to be queued and scheduled without a dedicated cooldown time after a failed attempt

6.2.3

Dec 21, 2023

  • Fixed issue with IncompatibleClassChangeError on Initialization

6.2.0

May 19, 2023

  • Added WebRTC support to Rich Media Ads

  • Added support for audio play in banner ads (limited availability)

6.0.3

Jul 13, 2022

  • Updated POM dependencies to resolve build issues for unity non gradle integrations

6.0.2

Apr 7, 2022

  • Added API that will allow applications to set users as age restricted at initialization

  • Fixed issue where users could be unable to exit ad units on slow loading web pages

6.0.1

Oct 19, 2021

  • Adjusted dependencies to improve jar resolver for AdMob

  • Adjusted proguard rules to address conflicts with package name with other libraries

6.0.0

Sep 27, 2021

  • Added support for banner ad units that can be added directly to your UI with predefined or custom view sizes. Banner ad units support standard display, non-expandable rich media, and user acquisition units

  • Updated to Open Measurement SDK v1.3.18

  • Added API for setting mediation info

  • Performance enhancements and bug fixes

Last updated