Merge branch 'marcus/fcast-sdk-0.4.1' into 'master'

upgrade fcast sdk to 0.4.1

See merge request videostreaming/grayjay!165
This commit is contained in:
Koen
2026-03-10 13:30:43 +00:00
+1 -1
View File
@@ -233,7 +233,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
//Rust casting SDK //Rust casting SDK
implementation('org.futo.gitlab.videostreaming.fcast-sdk-jitpack:sender-sdk-minimal:0.4.0') { implementation('org.futo.gitlab.videostreaming.fcast-sdk-jitpack:sender-sdk-minimal:0.4.1') {
// Polycentricandroid includes this // Polycentricandroid includes this
exclude group: 'net.java.dev.jna' exclude group: 'net.java.dev.jna'
} }