Skip to content

Commit 40a684c

Browse files
author
authored
Update README.md
1 parent fcde2e0 commit 40a684c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,17 @@
2020

2121
# Usage
2222

23-
Gradle:
23+
**Step 1.** Add the JitPack repository to your build file
24+
```
25+
allprojects {
26+
repositories {
27+
...
28+
maven { url 'https://jitpack.io' }
29+
}
30+
}
31+
```
2432

33+
**Step 2.** Add the dependency
2534
```
2635
compile 'com.github.ImKarl:WaitView:{latestVersion}'
2736
```

0 commit comments

Comments
 (0)