Skip to content

Commit bbcf289

Browse files
authored
Update README.md
1 parent 8a1ec10 commit bbcf289

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ A textview that changes its content automatically every few seconds
55

66
##Usage
77

8+
Add this to your project build.gradle
9+
``` gradle
10+
allprojects {
11+
repositories {
12+
jcenter()
13+
maven {
14+
url "https://jitpack.io"
15+
}
16+
}
17+
}
18+
```
19+
820
Add this to your module build.gradle
921

1022
``` gradle

0 commit comments

Comments
 (0)