vinc3m1/RoundedImageView

Could not resolve com.makeramen:roundedimageview:2.3.0.

dzulfikar68 opened this issue · 0 comments

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...