Migrate from v4.0.0 to v5.0.0
The Medallia Experience Orchestration SDK for Android v5.0.0 introduces a breaking change for the MXO Orchestration Plugin. If your project uses the Orchestration Plugin to enable orchestration functionality, you must add an additional MXO Aspects dependency to your app project. However, if your project does not integrate the Orchestration Plugin, you can safely ignore this update.
Additionally, this version updates the SDK's compile and target API level to 35. As a result, you will need to update the desugar_jdk_libs
version to 2.1.5.
The minimum supported API level has also been raised to 29. The @RequiresApi
annotation on all public APIs now targets API 29 (instead of 28) and you ensure the code is only executed on the appropriate levels to avoid errors. Compilation and integration is unaffected for APIs 21 - 28.