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