jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
277 stars 240 forks source link

Could not resolve org.jitsi.react:jitsi-meet-sdk:2.8.2 #66

Closed baijianghai closed 3 years ago

baijianghai commented 4 years ago

Could not resolve org.jitsi.react:jitsi-meet-sdk:2.8.2. Can you Help me?

erandakarachchi commented 4 years ago

Try placing following line in app levels build.gradle file

implementation ('org.jitsi.react:jitsi-meet-sdk:2.9.0') { transitive = true } or implementation ('org.jitsi.react:jitsi-meet-sdk:2.+') { transitive = true }

gungorhafize commented 4 years ago

@erandakarachchi Could not find org.jitsi.react:jitsi-meet-sdk:2.10.0. i've same problem? What will i do? @saghul

erandakarachchi commented 4 years ago

@gungorhafize did you tried this?

implementation ('org.jitsi.react:jitsi-meet-sdk:2.+') { transitive = true }

gungorhafize commented 4 years ago

2.9.3 just worked for me 👍🏼

2439304107 commented 4 years ago

@erandakarachchi Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve org.jitsi.react:jitsi-meet-sdk:2.8.2. Show Details Affected Modules: app

saghul commented 3 years ago

2.10.0 is now out. Samples have been modified to use that.