Skip to content

Commit 3b88651

Browse files
committed
Update README.md
1 parent 1f8c849 commit 3b88651

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,14 @@ repository will allow GitHub to email you whenever I publish a release.
8383

8484
### Repository
8585

86-
First, add the following to your app's `build.gradle` file:
86+
Add this in your root `build.gradle` file (**not** your module `build.gradle` file):
8787

88-
```Gradle
89-
repositories {
90-
maven { url "https://jitpack.io" }
88+
```gradle
89+
allprojects {
90+
repositories {
91+
...
92+
maven { url "https://jitpack.io" }
93+
}
9194
}
9295
```
9396

0 commit comments

Comments
 (0)