Experimental casting backend

This commit is contained in:
Marcus Hanestad
2025-09-10 15:26:16 +00:00
committed by Koen
parent a9bb900994
commit 4fc33411fd
22 changed files with 1598 additions and 760 deletions
+6
View File
@@ -231,4 +231,10 @@ dependencies {
testImplementation "org.mockito:mockito-core:5.4.0"
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
//Rust casting SDK
implementation('org.futo.gitlab.videostreaming.fcast-sdk-jitpack:sender-sdk-minimal:0.3.1') {
// Polycentricandroid includes this
exclude group: 'net.java.dev.jna'
}
}