jitpack.io
jitpack.io copied to clipboard
Unable to resolve dependency for ':app@debugUnitTest/compileClasspath'
Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve 'com.github.jiangdongguo.AndroidUSBCamera:libmedia:feature_3.1_multipule_cameras-22a6c874f6-1'.
Settings.gradle
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
maven { url "https://jitpack.io" }
}
}
app.gradle
dependencies {
implementation 'com.github.jiangdongguo.AndroidUSBCamera:libmedia:feature_3.1_multipule_cameras-22a6c874f6-1'
}
Thanks!
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.