I’m implementing
dependencies {
…
implementation ‘de.hdodenhof:circleimageview:3.1.0’
}
It gives the folllowing errors and i also tried using
implementation(com.google.android.material:material:1.2.0)
it also gives same errors.enter image description here
It worked fine a month ago but now it is not working.Help me anyone
New contributor
Peer Hamdhan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.