As part of our maintenance 2023 Q4 sprint we have performed security updates for dependencies this package uses.
We have updated Chromecast SDK for Android to version 21.4.0. This has been tested and verified working on Android app. This doesn't fix any issues we experienced, but it's just a quality of life update.
I tried upgrading Chromecast SDK for iOS to 4.8.0 but it still causes an "Unexpected failure" error in XCode while building the app. Therefore we're still stuck on 4.6.1. See ticket: DDSB-3827
As part of our maintenance 2023 Q4 sprint we have performed security updates for dependencies this package uses.
We have updated Chromecast SDK for Android to version
21.4.0
. This has been tested and verified working on Android app. This doesn't fix any issues we experienced, but it's just a quality of life update.I tried upgrading Chromecast SDK for iOS to
4.8.0
but it still causes an "Unexpected failure" error in XCode while building the app. Therefore we're still stuck on4.6.1
. See ticket: DDSB-3827This change requires you to build (compile) your app with SDK version
34
. Because com.google.android.gms:play-services-cast-framework:21.4.0 uses mediarouter@1.6.0-beta01 and since 1.6.0-alpha04 this requirement has been introduced.Ticket: TECH-292