Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't not find Uinspector on jcenter, jcenter will be shutdown #2

Open
Mad-Thanos opened this issue Mar 28, 2021 · 1 comment
Open

Comments

@Mad-Thanos
Copy link

This is the error message of gradle sync:
Execution failed for task ':app:checkDebugDuplicateClasses'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find com.pitaya.mobile:Uinspector:2.0.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/pitaya/mobile/Uinspector/2.0.0/Uinspector-2.0.0.pom
- https://jcenter.bintray.com/com/pitaya/mobile/Uinspector/2.0.0/Uinspector-2.0.0.pom
- https://repo.maven.apache.org/maven2/com/pitaya/mobile/Uinspector/2.0.0/Uinspector-2.0.0.pom
- https://maven.aliyun.com/nexus/content/groups/public/com/pitaya/mobile/Uinspector/2.0.0/Uinspector-2.0.0.pom
- https://egiintel.jfrog.io/artifactory/librealsense/com/pitaya/mobile/Uinspector/2.0.0/Uinspector-2.0.0.pom
Required by:
project :app

@YvesCheung
Copy link
Owner

Use jitpack.io instead

allprojects {
    repositories {
	  ...
	  maven { url 'https://jitpack.io' }
    }
}
dependencies {
    implementation 'com.github.YvesCheung.UInspector:Uinspector:2.0.0'
}

@YvesCheung YvesCheung pinned this issue Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants