From 5fc39d3bb3f8e5ee29ae46cb08e99a3e06edabdd Mon Sep 17 00:00:00 2001 From: Marcus Hanestad Date: Wed, 11 Mar 2026 12:51:17 -0500 Subject: [PATCH] fix fcast sender sdk --- app/aar/sender-sdk-minimal-0.4.1.aar | 3 +++ app/build.gradle | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 app/aar/sender-sdk-minimal-0.4.1.aar diff --git a/app/aar/sender-sdk-minimal-0.4.1.aar b/app/aar/sender-sdk-minimal-0.4.1.aar new file mode 100644 index 00000000..28bf6d2b --- /dev/null +++ b/app/aar/sender-sdk-minimal-0.4.1.aar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b53a5d297d0c3008b3359a452a5c9e7e9f530533ec197e3dd1e9f08f9e84ad +size 6342128 diff --git a/app/build.gradle b/app/build.gradle index c54594c2..d45905cd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' - } }