You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reinaldoriant, NecroServicesLimited, kacperd, vorpalko and vvinogra