Why doesn't this dependency
implementation 'de.hdodenhof:circleimageview:2.2.0'
sync with my project ?
Add mavenCentral, jcenter and jitpack in repositories in build.gradle file
mavenCentral
jcenter
jitpack
repositories
build.gradle
like this:
repositories { mavenCentral() jcenter() maven { url "https://jitpack.io" } }
Copyright © 2021 Jogjafile Inc.
Add
mavenCentral
,jcenter
andjitpack
inrepositories
inbuild.gradle
filelike this: