GlideToVectorYou
GlideToVectorYou copied to clipboard
when add GlideToVectorYou:v2.0.0 in last android studio and last gradle
Execution failed for task ':app:checkDebugAarMetadata'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.github.corouteam:GlideToVectorYou:v2.0.0.
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
Same issue. Appears in gradle v 7.4.2, 6.1.1
I have the same issue. Any solution?
Exactly the same thing here. Any update?
The jar is no longer available. https://repository.mulesoft.org/nexus/content/repositories/public/com/github/2coffees1team/GlideToVectorYou/v2.0.0/GlideToVectorYou-v2.0.0.aar
It seems that the repository has changed, check this link GlideToVectorYou
Use com.github.2coffees1team:GlideToVectorYou
instead of com.github.corouteam:GlideToVectorYou
version v2.0.0
Tested using gradle version 7.5.1
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...