Skip to content

Commit 0dd93cf

Browse files
authored
Update README.md
1 parent f29bc09 commit 0dd93cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ This fork was made in order to migrate the library to AndroidX. Add-ons and upda
77
Add to _build.gradle_:
88
```groovy
99
allprojects {
10-
repositories {
11-
...
12-
maven { url 'https://jitpack.io' }
13-
}
10+
repositories {
11+
...
12+
maven { url 'https://jitpack.io' }
1413
}
14+
}
1515
```
1616
Add the dependency
1717
```groovy

0 commit comments

Comments
 (0)