Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenpin authored Jun 2, 2023
1 parent ed672db commit ba4279f
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,25 @@ A demo app is available on Google Play:

## Usage

### Newer versions (3.0+)
Newer versions can be fetched using [JitPack](https://jitpack.io/#rosenpin/fading-text-view/3.0)

### Old versions (2.6-)
Add this to your module build.gradle
### Download
FadingTextView is available on [JitPack](https://jitpack.io/#rosenpin/fading-text-view/3.0)

Step 1. Add the JitPack repository to your root build.gradle
``` gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

Step 2. Add the dependency
``` gradle
dependencies {
   implementation 'com.tomer:fadingtextview:2.6'
implementation 'com.github.rosenpin:fading-text-view:3.0'
}
```
```

### Texts

Expand Down

0 comments on commit ba4279f

Please sign in to comment.