diogobernardino / williamchart

Android Library to rapidly develop attractive and insightful charts in android applications.
5.1k stars 800 forks source link

Unable to add dependency #240

Closed mahesh517 closed 5 years ago

mahesh517 commented 6 years ago

HI, I am using 3.1 Android studio while adding dependency gettign error. Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.diogobernardino:williamchart:2.5.0.

Hellogark commented 5 years ago

Add it in build.gardle dependencies: implementation 'com.diogobernardino:williamchart:2.5.0', it worked for me