Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 275 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 275 Bytes

Chart

Installation

In your build.gradle add the following repository:

    maven { 
        url 'https://jitpack.io'
    }

And then include the dependency:

    dependencies {
	    implementation 'com.github.fitapp-os:chart:v2.1.0'
    }