Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joaortk authored Jul 10, 2018
1 parent fa0d83f commit d5cbf02
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ Add it in your root build.gradle at the end of repositories:

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

0 comments on commit d5cbf02

Please sign in to comment.