Skip to content

Commit 996e747

Browse files
committed
Update README.md
1 parent 290f655 commit 996e747

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ https://jitpack.io/#jitpack/android-example
99

1010
Add it to your build.gradle with:
1111
```gradle
12-
repositories {
13-
maven { url "https://jitpack.io" }
12+
allprojects {
13+
repositories {
14+
maven { url "https://jitpack.io" }
15+
}
1416
}
1517
```
1618
and:

0 commit comments

Comments
 (0)