Merge branch 'marcus/fcast-fix' into 'master'

fix fcast sender sdk

See merge request videostreaming/grayjay!166
This commit is contained in:
Kelvin
2026-03-12 17:42:35 +00:00
2 changed files with 3 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50b53a5d297d0c3008b3359a452a5c9e7e9f530533ec197e3dd1e9f08f9e84ad
size 6342128
-6
View File
@@ -231,10 +231,4 @@ dependencies {
testImplementation "org.mockito:mockito-core:5.20.0"
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
//Rust casting SDK
implementation('org.futo.gitlab.videostreaming.fcast-sdk-jitpack:sender-sdk-minimal:0.4.1') {
// Polycentricandroid includes this
exclude group: 'net.java.dev.jna'
}
}