Open AhmedElsayedTaha opened 2 years ago
Need to add following line in settings.gradle (Project Settings) file.
maven { url 'https://jitpack.io' }
Also, add following line in build.gradle (Module level gradle file).
implementation 'com.github.AnyChart:AnyChart-Android:1.1.4'
I can't use the AnyChart library . I always get Cannot resolve symbol 'AnyChartView'
I added this line in my dependency
implementation 'com.github.AnyChart:AnyChart-Android:1.1.2'
Also I added this in my gradle filemaven { url 'https://jitpack.io' }
to be like this