Skip to content

Commit d5cbf02

Browse files
authored
Update README.md
1 parent fa0d83f commit d5cbf02

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ Add it in your root build.gradle at the end of repositories:
1111

1212
```
1313
allprojects {
14-
repositories {
15-
...
16-
maven { url 'https://jitpack.io' }
17-
}
14+
repositories {
15+
...
16+
maven { url 'https://jitpack.io' }
1817
}
18+
}
1919
````
2020
### Step 2. Add the dependency
2121
```
2222
dependencies {
23-
implementation 'com.github.OpenCraft:GradientTextView:1.0.0'
24-
}
23+
implementation 'com.github.OpenCraft:GradientTextView:1.0.0'
24+
}
2525
```
2626

0 commit comments

Comments
 (0)