Skip to content

fitapp-os/chart

Repository files navigation

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'
    }