Merge readme

This commit is contained in:
Philipp Jahoda 2016-07-03 20:38:30 +02:00
commit eb44a13434

View file

@ -100,14 +100,20 @@ In order to use the library, there are 4 different options:
**1. Gradle dependency** (recommended)
- Add the following to your `build.gradle`:
```gradle
repositories {
maven { url "https://jitpack.io" }
- Add the following to your project level `build.gradle`:
```gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
```
- Add this to your app `build.gradle`:
```gradle
dependencies {
compile 'com.github.PhilJay:MPAndroidChart:v3.0.0-beta1'
compile 'com.github.PhilJay:MPAndroidChart:v3.0.0-beta1'
}
```