jitpack.io icon indicating copy to clipboard operation
jitpack.io copied to clipboard

Unable to resolve dependency for ':app@debugUnitTest/compileClasspath'

Open jiangdongguo opened this issue 3 years ago • 1 comments

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!

jiangdongguo avatar Jul 06 '22 06:07 jiangdongguo

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Aug 06 '22 02:08 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Aug 20 '22 02:08 github-actions[bot]