Skip to content

Commit

Permalink
Merge pull request #5 from segment-integrations/wenxi/update-readme
Browse files Browse the repository at this point in the history
Update readme to use latest version of sdk
  • Loading branch information
wenxi-zeng authored Mar 8, 2022
2 parents 2bb58a0 + 48956af commit 28a69df
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 28a69df

Please sign in to comment.