GlideToVectorYou icon indicating copy to clipboard operation
GlideToVectorYou copied to clipboard

when add GlideToVectorYou:v2.0.0 in last android studio and last gradle

Open MohamedElkhouly123 opened this issue 2 years ago • 8 comments

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

MohamedElkhouly123 avatar Nov 23 '22 12:11 MohamedElkhouly123

Same issue. Appears in gradle v 7.4.2, 6.1.1

NecroServicesLimited avatar Nov 24 '22 15:11 NecroServicesLimited

I have the same issue. Any solution?

kacperd avatar Nov 26 '22 17:11 kacperd

Exactly the same thing here. Any update?

Filpii avatar Nov 30 '22 14:11 Filpii

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

shimiuh avatar Nov 30 '22 17:11 shimiuh

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

smoralb avatar Dec 20 '22 10:12 smoralb

Is this repo still being supported? Wonder why it isn't updated on the GIT repo...

realityworks avatar Jan 24 '23 23:01 realityworks

New artefact host still broken.

realityworks avatar Jan 25 '23 00:01 realityworks

@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...

smoralb avatar Jan 25 '23 08:01 smoralb