Skip to content

Commit f5f1709

Browse files
committed
update readme for new repo
1 parent d7b522e commit f5f1709

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FastComments Android SDK
22

3-
[![Maven Central](https://img.shields.io/maven-central/v/com.fastcomments/sdk.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.fastcomments%22%20AND%20a:%22sdk%22)
3+
[![Repsy](https://img.shields.io/badge/Repsy-Repository-blue)](https://repo.repsy.io/mvn/winrid/fastcomments)
44
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
55

66
The FastComments Android SDK provides a simple way to add real-time commenting functionality to your Android applications.
@@ -32,12 +32,14 @@ dependencies {
3232
}
3333
```
3434

35-
Make sure you have the Maven Central repository in your project's `settings.gradle.kts`:
35+
Make sure you have the Repsy repository in your project's `settings.gradle.kts`:
3636

3737
```kotlin
3838
dependencyResolutionManagement {
3939
repositories {
40-
mavenCentral()
40+
maven {
41+
url = uri("https://repo.repsy.io/mvn/winrid/fastcomments")
42+
}
4143
// other repositories...
4244
}
4345
}

0 commit comments

Comments
 (0)