Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxi-zeng authored Mar 8, 2022
1 parent 2bb58a0 commit 48956af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Add Amplitude device mode support to your applications via this plugin for [Anal
To install the Segment-Amplitude integration, simply add this line to your gradle file:

```
implementation 'com.segment.analytics.kotlin.destinations:amplitude:1.4.4'
implementation 'com.segment.analytics.kotlin.destinations:amplitude:<latest_version>'
```

Or the following for Kotlin DSL

```
implementation("com.segment.analytics.kotlin.destinations:amplitude:1.4.4")
implementation("com.segment.analytics.kotlin.destinations:amplitude:<latest_version>")
```


Expand Down

0 comments on commit 48956af

Please sign in to comment.