Documentation
This commit is contained in:
parent
12eee703a7
commit
efbea0a7ef
1 changed files with 4 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue