-
Notifications
You must be signed in to change notification settings - Fork 20
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
when add GlideToVectorYou:v2.0.0 in last android studio and last gradle #20
Comments
Same issue. |
I have the same issue. Any solution? |
Exactly the same thing here. Any update? |
It seems that the repository has changed, check this link GlideToVectorYou Use Tested using gradle version |
Is this repo still being supported? Wonder why it isn't updated on the GIT repo... |
New artefact host still broken. |
@realityworks, it seems that it has been moved to the jitpack repository, check this link. It should be reported in the README, to avoid these headaches... |
thank |
Execution failed for task ':app:checkDebugAarMetadata'.
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.github.corouteam:GlideToVectorYou:v2.0.0.
until I am add 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' }
}
}
in setting file but have same error what can do to solve this error
The text was updated successfully, but these errors were encountered: