Skip to content

Commit eb44a13

Browse files
committed
Merge readme
2 parents 16738ef + 75ba4f6 commit eb44a13

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,20 @@ In order to use the library, there are 4 different options:
100100

101101
**1. Gradle dependency** (recommended)
102102

103-
- Add the following to your `build.gradle`:
104-
```gradle
105-
repositories {
106-
maven { url "https://jitpack.io" }
103+
- Add the following to your project level `build.gradle`:
104+
105+
```gradle
106+
allprojects {
107+
repositories {
108+
maven { url "https://jitpack.io" }
109+
}
107110
}
108-
111+
```
112+
- Add this to your app `build.gradle`:
113+
114+
```gradle
109115
dependencies {
110-
compile 'com.github.PhilJay:MPAndroidChart:v3.0.0-beta1'
116+
compile 'com.github.PhilJay:MPAndroidChart:v3.0.0-beta1'
111117
}
112118
```
113119

0 commit comments

Comments
 (0)