WebCachedImageView
WebCachedImageView copied to clipboard
Error:(33, 13) Failed to resolve: io.leocad:webcachedimageview:2.0.0
I get the following error:
Error:(33, 13) Failed to resolve: io.leocad:webcachedimageview:2.0.0
Show in File
Show in Project Structure dialog
Here are the details: classpath 'com.android.tools.build:gradle:2.2.3'
compileSdkVersion 23 buildToolsVersion '23.0.3'
defaultConfig {
applicationId "com.saediworks.maruti"
minSdkVersion 14
targetSdkVersion 23
versionCode 13
multiDexEnabled true
versionName "1.12"
}
buildTypes {
release {
minifyEnabled false
consumerProguardFiles 'proguard-rules.txt'
}
}
repositories { maven { url 'http://leocad.io/mvn' } }
dependencies { compile 'io.leocad:webcachedimageview:2.0.0' }
Looks like it's not available now. I used Picasso instead of this. http://square.github.io/picasso/