Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 16, 2019
1 parent 497d20e commit 89eb1a1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -16,6 +16,15 @@ Needs can be fully customized and showing with animations. <br>
[![JitPack](https://jitpack.io/v/skydoves/Needs.svg)](https://jitpack.io/#skydoves/Needs)

### Gradle
Add below codes to your **root** `build.gradle` file (not your module build.gradle file).
```gradle
allprojects {
repositories {
jcenter()
}
}
```

And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
Expand Down

0 comments on commit 89eb1a1

Please sign in to comment.