Skip to content

Commit 39dac66

Browse files
committed
2 parents 28fa6cd + 990aafc commit 39dac66

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
1-
# TypeWriter-TextView
1+
# TypeWriter
22
Android Library to Get Smooth and Polished Typewriter Effect for TextView
3+
4+
>
5+
> More Documentation about implementation will be added soon
6+
>
7+
8+
## How to use
9+
10+
To get a Git project into your build:
11+
12+
**Step 1.** Add the JitPack repository to your build file
13+
14+
Add it in your root build.gradle at the end of repositories:
15+
16+
```css
17+
allprojects {
18+
repositories {
19+
...
20+
maven { url 'https://jitpack.io' }
21+
}
22+
}
23+
```
24+
25+
**Step 2.** Add the dependency
26+
27+
```css
28+
dependencies {
29+
implementation 'com.github.NitishGadangi:TypeWriter-TextView:v1.1'
30+
}
31+
```

0 commit comments

Comments
 (0)