Skip to content

Commit 78c6581

Browse files
committed
update kotlin server dependency usage
1 parent 82b4b9a commit 78c6581

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/server/kotlin

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/server/kotlin/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To get started with the Analytics-Kotlin server library:
2222

2323
2. Add the Analytics dependency to your `build.gradle`.
2424

25-
Segment recommends you to install the library with a build system like Gradle, as it simplifies the process of upgrading versions and adding integrations. The library is distributed through [Jitpack](https://jitpack.io/){:target="_blank"}. Add the analytics module to your build.gradle as a dependency as shown in the code sample below.
25+
Segment recommends you to install the library with a build system like Gradle, as it simplifies the process of upgrading versions and adding integrations. The library is distributed through [Maven Central](https://repo1.maven.org/maven2/com/segment/analytics/kotlin/android/){:target="_blank"}. Add the analytics module to your build.gradle as a dependency as shown in the code sample below, and replace `<latest_version>` with the latest version listed on Segment's [releases page](https://github.com/segmentio/analytics-kotlin/releases){:target="_blank"}
2626

2727
```java
2828
repositories {

0 commit comments

Comments
 (0)