Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 20:27
d712e5b

Release Notes

Major version update for Edge Network Adobe Experience Platform Mobile SDKs on Android compatible with Mobile Core 3.0.0. The current release includes the following changes:

  • Updated the minimum supported Android API level to 21.
  • Removed deprecated registerExtension API. Use the MobileCore.registerExtensions() API for registering extensions and initializing the SDK instead.
  • Removed deprecated function Formatters.dateToISO8601String(), replaced by TimeUtils.getISO8601UTCDateWithMilliseconds() in MobileCore.
  • Removed deprecated function Formatters.dateToShortDateString(), replaced by TimeUtils.getISO8601FullDate() in MobileCore.
  • Added an enhancement to prevent network retries when the device's network is offline.

What’s Changed