We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ec213 commit fa0d83fCopy full SHA for fa0d83f
README.md
@@ -0,0 +1,26 @@
1
+
2
+# GradientTextView
3
+[](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