WebCachedImageView icon indicating copy to clipboard operation
WebCachedImageView copied to clipboard

Error:(33, 13) Failed to resolve: io.leocad:webcachedimageview:2.0.0

Open smjrifle opened this issue 8 years ago • 1 comments

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' }

smjrifle avatar Jul 23 '17 07:07 smjrifle

Looks like it's not available now. I used Picasso instead of this. http://square.github.io/picasso/

rex3du avatar Sep 21 '17 00:09 rex3du