Skip to content

Commit bacc7df

Browse files
committed
Update README
Use Jitpack.io for now while we get maven up and running
1 parent cf27f8e commit bacc7df

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
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">
@@ -26,12 +27,13 @@
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
3233
allprojects {
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
4244
dependencies {
43-
implementation "io.github.developerpaul123:star-view:<version>"
45+
implementation 'com.github.DeveloperPaul123:StarView:<version>'
4446
}
4547
```
4648

0 commit comments

Comments
 (0)