Skip to content

Commit c8e6f29

Browse files
committed
Update README.md
1 parent 75b415f commit c8e6f29

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,12 @@ Customizable curvature combs:
1414

1515
## Installation
1616

17-
[![JitPack Release](https://jitpack.io/v/Kyant0/Capsule.svg)](https://jitpack.io/#Kyant0/Capsule)
17+
[![Maven Central](https://img.shields.io/maven-central/v/io.github.kyant0/capsule)](https://central.sonatype.com/artifact/io.github.kyant0/capsule)
18+
19+
In build.gradle.kts, add
1820

1921
```kotlin
20-
// settings.gradle.kts in root project
21-
dependencyResolutionManagement {
22-
repositories {
23-
maven("https://jitpack.io")
24-
}
25-
}
26-
27-
// build.gradle.kts in module
28-
implementation("com.github.Kyant0:Capsule:<version>")
22+
implementation("io.github.kyant0:capsule:<version>")
2923
```
3024

3125
## Usages

0 commit comments

Comments
 (0)