RamiJ3mli / PercentageChartView

An Android custom view that displays the progress of an ongoing task.
Apache License 2.0
377 stars 82 forks source link

Cannot resolve com.ramijemli.percentagechartview:percentagechartview:0.3.1 #33

Open kenprogrammer opened 1 year ago

kenprogrammer commented 1 year ago

Unable to get rid of this error even by using the latest Android Studio Electric Eel (By the time of writing) and Gradle.

Tried all the suggestions on the following link to no avail: https://stackoverflow.com/questions/25994163/could-not-resolve-all-dependencies-for-configuration-classpath

justatulcodes commented 4 months ago

add jcenter() in your dependency resolution block. May be in project level gradle or gradle settings.