upgrade fcast sdk to 0.4.1

This commit is contained in:
Marcus Hanestad
2026-03-10 08:28:52 -05:00
parent d1336c711a
commit 9f10b86861
+1 -1
View File
@@ -233,7 +233,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.4.0') {
implementation('org.futo.gitlab.videostreaming.fcast-sdk-jitpack:sender-sdk-minimal:0.4.1') {
// Polycentricandroid includes this
exclude group: 'net.java.dev.jna'
}