vinc3m1 / RoundedImageView

A fast ImageView that supports rounded corners, ovals, and circles.
Other
6.44k stars 1.25k forks source link

Could not resolve com.makeramen:roundedimageview:2.3.0. #259

Closed dzulfikar68 closed 4 years ago

dzulfikar68 commented 4 years ago

hi, i run gradle android with dependency of this: implementation 'com.makeramen:roundedimageview:2.3.0'

this for repositories:

repositories {
        google()
        jcenter()
        mavenCentral()
    }

but show error of this: Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve com.makeramen:roundedimageview:2.3.0.

what any problem? thank you, this library is great...