repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.AbidFaiz:AndroidChart:v2.2.4'
}<!-- <repositories> section of pom.xml -->
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<!-- <dependencies> section of pom.xml -->
<dependency>
<groupId>com.github.AbidFaiz</groupId>
<artifactId>AndroidChart</artifactId>
<version>v2.2.4</version>
</dependency>