Open mahesh-co1 opened 4 years ago
I am also facing same issue " ERROR: Failed to resolve: com.github.yalantis:ucrop:2.2.5 " , @mahesh-co1 did you able to resolve it ??
Same problem. If you solved this ,please info me. Thanks.
I fix it by add repositories { google() jcenter() maven { url "https://jitpack.io" } } to app/build.gradle
add it on allprojects { } not in buildscript { }
hi, any news?
Same problem, and resolved it. I hope this help.
in app.gradle
implementation 'com.github.yalantis:ucrop:2.2.6'
in settings.gradle
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' } //put here
jcenter()
}
}
Not able to install in Android studio. Continuosly getting this error not matter which version I use or whether it is native or not.