rajwebrtc / jitsi-meet-android-sdk

0 stars 0 forks source link

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

Open wrrgit opened 4 years ago

wrrgit commented 4 years ago

when i import android to Android Studio,compile it, error 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 please help me root build.gradle // Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript { repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.6.3'

    // NOTE: Do not place your application dependencies here; they belong
    // in the individual module build.gradle files
}

}

allprojects { repositories { maven { url "https://github.com/jitsi/jitsi-maven-repository/tree/master/releases" } google() jcenter() } }

task clean(type: Delete) { delete rootProject.buildDir }

app build.gradle dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

// Jitsi Meet
implementation ('org.jitsi.react:jitsi-meet-sdk:2.8.2') { transitive = true }

}

developerashish01 commented 4 years ago

@wqxcloud Did you find any solution? i am stuck with jitsi

wrrgit commented 4 years ago

@wqxcloud Did you find any solution? i am stuck with jitsi

What's wrong with your problem?