casting: subscribe to and handle MediaItemEnd events

This commit is contained in:
Marcus Hanestad
2025-11-27 16:56:43 +01:00
parent 8be7ad9f68
commit 894e400819
6 changed files with 46 additions and 13 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
//Rust casting SDK
implementation('org.futo.gitlab.videostreaming.fcast-sdk-jitpack:sender-sdk-minimal:0.3.1') {
implementation('org.futo.gitlab.videostreaming.fcast-sdk-jitpack:sender-sdk-minimal:0.4.0') {
// Polycentricandroid includes this
exclude group: 'net.java.dev.jna'
}