fix fcast sender sdk

This commit is contained in:
Marcus Hanestad
2026-03-11 12:51:17 -05:00
parent 1d046538f8
commit 5fc39d3bb3
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" testImplementation "org.mockito:mockito-core:5.20.0"
androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test.ext:junit:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.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'
}
} }