When I try to build my Android project, I'm facing this issue: `
1: Task failed with an exception.
-----------
* What went wrong:
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.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/github/corouteam/GlideToVectorYou/v2.0.0/GlideToVectorYou-v2.0.0.pom
- https://jcenter.bintray.com/com/github/corouteam/GlideToVectorYou/v2.0.0/GlideToVectorYou-v2.0.0.pom
- https://jitpack.io/com/github/corouteam/GlideToVectorYou/v2.0.0/GlideToVectorYou-v2.0.0.pom
Required by:
project :app
`
How can I solve the issue by downloading the package above?
Previously, it was working fine. However, When I try downgrade the version number to 1.2.0. It's working fine. Thus, the issue seems with version 2.0.0.
jitpack
as instructed in the github repo? github.com/corouteam/GlideToVectorYou#how-to-use – Vosges