Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Rutkoski committed Aug 7, 2018
2 parents 1020ab2 + d5cbf02 commit 9efdc06
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

# GradientTextView
[![](https://jitpack.io/v/OpenCraft/GradientTextView.svg)](https://jitpack.io/#OpenCraft/GradientTextView)


## Setup
To get GradientTextView 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:

```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
````
### Step 2. Add the dependency
```
dependencies {
implementation 'com.github.OpenCraft:GradientTextView:1.0.0'
}
```

0 comments on commit 9efdc06

Please sign in to comment.