Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TalbotGooday authored May 1, 2020
1 parent f29bc09 commit 0dd93cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ This fork was made in order to migrate the library to AndroidX. Add-ons and upda
Add to _build.gradle_:
```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
Add the dependency
```groovy
Expand Down

0 comments on commit 0dd93cf

Please sign in to comment.