Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NitishGadangi committed Oct 19, 2020
2 parents 28fa6cd + 990aafc commit 39dac66
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
# TypeWriter-TextView
# TypeWriter
Android Library to Get Smooth and Polished Typewriter Effect for TextView

>
> More Documentation about implementation will be added soon
>
## How to use

To get a Git project into your build:

**Step 1.** Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

```css
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

**Step 2.** Add the dependency

```css
dependencies {
implementation 'com.github.NitishGadangi:TypeWriter-TextView:v1.1'
}
```

0 comments on commit 39dac66

Please sign in to comment.