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' - } }