Skip to content

Commit 9efdc06

Browse files
author
Joao Rutkoski
committed
2 parents 1020ab2 + d5cbf02 commit 9efdc06

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
# GradientTextView
3+
[![](https://jitpack.io/v/OpenCraft/GradientTextView.svg)](https://jitpack.io/#OpenCraft/GradientTextView)
4+
5+
6+
## Setup
7+
To get GradientTextView project into your build:
8+
9+
### Step 1. Add the JitPack repository to your build file
10+
Add it in your root build.gradle at the end of repositories:
11+
12+
```
13+
allprojects {
14+
repositories {
15+
...
16+
maven { url 'https://jitpack.io' }
17+
}
18+
}
19+
````
20+
### Step 2. Add the dependency
21+
```
22+
dependencies {
23+
implementation 'com.github.OpenCraft:GradientTextView:1.0.0'
24+
}
25+
```
26+

0 commit comments

Comments
 (0)