Skip to content

Commit

Permalink
Merge readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilJay committed Jul 3, 2016
2 parents 16738ef + 75ba4f6 commit eb44a13
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down

0 comments on commit eb44a13

Please sign in to comment.