This release updates the Android SDK for Android 15. The most notable change is a UI fix - note that you should update to this version of the SDK before setting the targetSdk
version of your app to 35 or you will experience UI issues with the default in-app full screen display!
It also updates to the latest Firebase Cloud Messaging library version to 24.0.1 and uses Kotlin version 1.9.24.
Breaking Changes
The SDK no longer uses LocalBroadcastReceiver to publish updates about any internal behaviour. All updates of this kind are now handled by listeners and/or Kotlin flows.