pratik
answered Mar 7 '25 00:00
i solved it my self
removed some dependencies which is not latest or you can change it to latest
for example
at build.gradle(Module:app)
replaced this one
implementation 'io.github.chaosleung:pinview:1.4.4'
and also build.gradle of project
put
repositories {
mavenCentral()
}