File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
66The 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
3838dependencyResolutionManagement {
3939 repositories {
40- mavenCentral()
40+ maven {
41+ url = uri(" https://repo.repsy.io/mvn/winrid/fastcomments" )
42+ }
4143 // other repositories...
4244 }
4345}
You can’t perform that action at this time.
0 commit comments