Skip to content

Commit 7836af7

Browse files
authored
Update README.md
1 parent c9b6b3a commit 7836af7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ Easy right!.
1313

1414
### One-step install
1515

16+
Add it in your root build.gradle at the end of repositories:
17+
```gradle
18+
allprojects {
19+
repositories {
20+
...
21+
maven { url 'https://www.jitpack.io' }
22+
}
23+
}
24+
```
25+
26+
1627
Add the following dependency to your build.gradle:
1728
```gradle
1829
dependencies {

0 commit comments

Comments
 (0)