failed to resolve
rajeshvinew opened this issue · 1 comments
rajeshvinew commented
Error:(40, 13) Failed to resolve: com.github.MostafaAryan:transitional-imageview:v0.2
MostafaAryan commented
@rajeshvinew
Hi.
Please make sure that you have added code below to root of your project level build.gradle file, in order to enable using repositories published by jitpack.
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}