Skip to content

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

@MohamedElkhouly123

Description

@MohamedElkhouly123

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions