Failed to resolve: williamchart:williamchart:unspecified
EzekielWachira opened this issue · 3 comments
EzekielWachira commented
I'm getting this despite placing the dependencies correctly in build.gradle
com.diogobernardino.williamchart:tooltip-slider:3.10.1)
com.diogobernardino.williamchart:tooltip-points:3.10.1
Failed to resolve: williamchart:williamchart:unspecified
Show in Project Structure dialog
Affected Modules: app
tnt-ndricimh commented
Same issue @diogobernardino can u fix this?
dkmarkell commented
Same here
Geotb4 commented
It's an old issue but I had the same problem and by searching a bit I found several solutions:
- Use version 3.11.0
- Copying the source code from repository :
For the class :
https://github.com/diogobernardino/williamchart/blob/master/pointstooltip/src/main/java/com/db/williamchart/pointtooltip/PointTooltip.kt
For the layout :
https://github.com/diogobernardino/williamchart/blob/master/pointstooltip/src/main/res/layout/point_tooltip_layout.xml
For the drawable :
https://github.com/diogobernardino/williamchart/blob/master/pointstooltip/src/main/res/drawable/circle_point.xml