Skip to content

Commit 5e8a5b9

Browse files
authored
Update README.md
1 parent d10d387 commit 5e8a5b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ A textview that changes its content automatically every few seconds
77

88
Add this to your module build.gradle
99

10-
``` compile 'com.tomer:fadingtextview:1.0'```
10+
``` gradle
11+
dependencies {
12+
   compilecompile 'com.tomer:fadingtextview:1.0
13+
   }
14+
   '```
1115
1216
First, you need to create a string-array in your values folder like so:
1317

0 commit comments

Comments
 (0)