Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Build Fail (Could not find com.facebook.react:react-native-webrtc:1.69.2-jitsi-2062090) #509

Open
wefyns opened this issue Nov 11, 2019 · 2 comments

Comments

@IgorBRLK
Copy link

Had the same issue looking at the source I noticed the maven url

// Jitsi repo
        maven {
            url "https://github.com/vector-im/jitsi_libre_maven/raw/master/releases"
        }

That repo has the missing dependency so I added it to my projects gradle.build and now its resolving properly.

Though a proper update/solution or information on what I am missing would be appreciated.

@yelsane
Copy link

yelsane commented Sep 21, 2020

Got this issue for v1.0.6. Just used what was on element-android's build.gradle:

       maven {
            url "https://github.com/vector-im/jitsi_libre_maven/raw/master/android-sdk-2.9.3"
            // Note: to test Jitsi release you can use a local file like this:
            // url "file:///Users/bmarty/workspaces/jitsi_libre_maven/android-sdk-2.9.3"
        }

Worked fine after that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants