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

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

Open
MohamedElkhouly123 opened this issue Nov 23, 2022 · 9 comments

Comments

@MohamedElkhouly123
Copy link

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

@NecroServicesLimited
Copy link

Same issue.
Appears in gradle v 7.4.2, 6.1.1

@kacperd
Copy link

kacperd commented Nov 26, 2022

I have the same issue. Any solution?

@Filpii
Copy link

Filpii commented Nov 30, 2022

Exactly the same thing here. Any update?

@smoralb
Copy link

smoralb commented Dec 20, 2022

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

@realityworks
Copy link

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

@realityworks
Copy link

New artefact host still broken.

@smoralb
Copy link

smoralb commented Jan 25, 2023

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

@sorgs
Copy link

sorgs commented Jan 21, 2025

仓库似乎发生了变化,查看此链接 GlideToVectorYou

使用而不是版本com.github.2coffees1team:GlideToVectorYou``com.github.corouteam:GlideToVectorYou``v2.0.0

使用 gradle 版本进行测试7.5.1

thank

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

8 participants