Documentation

This commit is contained in:
Philipp Jahoda 2016-07-01 17:30:12 +02:00
parent 12eee703a7
commit efbea0a7ef

View file

@ -55,7 +55,10 @@ repositories {
dependencies {
//compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':MPChartLib-Realm')
compile project(':MPChartLib-Realm') // clone "https://github.com/PhilJay/MPAndroidChart-Realm" to get this or uncomment the gradle dependency below:
//compile 'com.github.PhilJay:MPAndroidChart-Realm:v1.0.0'
//compile project(':MPChartLib')
compile 'com.android.support:appcompat-v7:23.1.1'
//compile 'io.realm:realm-android:0.87.5' // dependency for realm-database API (http://realm.io)
//compile 'com.github.PhilJay:MPAndroidChart:v2.2.5'