Release Note for Android CoreSDK
This version supports till Android SDK 35.
To use SDK version 4.10.3, please update your project with the following configurations:
Sample App for 4.10.3:
The expInitializePlayer method has been deprecated. While the changes are minor, you'll need to update your implementation accordingly.
Read the migration guide here: Migration Guide - Updating Your Codebase
We've added a new custom player called NwPlayer by calling externalNwPlayer It provides more flexibility and customization options for external developers.
Read about how to implement the new external custom player, including the View and ExoPlayer integration in NwPlayer: Integrating NwPlayer
Implementation Guide (including Reconnect View and ExoPlayer integration): GitHub - NativeWaves EXP Android Packages
Check the Sample App: The sample app includes examples for:
- External ExoPlayer
- New NwPlayer
in both XML and Jetpack Compose (Recommented) views.