File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 66
77<p align =" center " >
88 <a href="https://github.com/DeveloperPaul123/StarView/stargazers"><img alt="Say Thanks" src="https://img.shields.io/badge/Say%20Thanks-👍-1EAEDB.svg"/></a>
9- <a href="https://img.shields.io/discord/652515194572111872"><img alt="Discord" src="https://img.shields.io/discord/652515194572111872"/></a><br>
9+ <a href="https://img.shields.io/discord/652515194572111872"><img alt="Discord" src="https://img.shields.io/discord/652515194572111872"/></a>
10+ <a href="https://jitpack.io/#DeveloperPaul123/StarView"><img alt="Jitpack" src="https://jitpack.io/v/DeveloperPaul123/StarView.svg"/></a></br>
1011</p >
1112
1213<p align =" center " >
2627
2728### Gradle
2829
29- Add the following to your root ` build.gradle ` if not there already.
30+ Add the following to your root ` build.gradle ` :
3031
3132``` gradle
3233allprojects {
3334 repositories {
34- mavenCentral()
35+ ...
36+ maven { url 'https://jitpack.io' }
3537 }
3638}
3739```
@@ -40,7 +42,7 @@ Then add the dependency to your **module's** `build.gradle` file:
4042
4143``` gradle
4244dependencies {
43- implementation "io .github.developerpaul123:star-view :<version>"
45+ implementation 'com .github.DeveloperPaul123:StarView :<version>'
4446}
4547```
4648
You can’t perform that action at this time.
0 commit comments