Closed mirmibrahim closed 6 years ago
Have you added this in your project level build.gradle
allprojects {
repositories {
...
jcenter()
maven { url "https://jitpack.io" }
maven { name 'glide-snapshot'; url 'http://oss.sonatype.org/content/repositories/snapshots' }
}
}
Hi i have implemented it on a project. I am doing the same on another project in andorid studio but it shows : Failed to resolve : com.github.RahulJanagouda