We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bb58a0 + 48956af commit 28a69dfCopy full SHA for 28a69df
README.md
@@ -7,13 +7,13 @@ Add Amplitude device mode support to your applications via this plugin for [Anal
7
To install the Segment-Amplitude integration, simply add this line to your gradle file:
8
9
```
10
-implementation 'com.segment.analytics.kotlin.destinations:amplitude:1.4.4'
+implementation 'com.segment.analytics.kotlin.destinations:amplitude:<latest_version>'
11
12
13
Or the following for Kotlin DSL
14
15
16
-implementation("com.segment.analytics.kotlin.destinations:amplitude:1.4.4")
+implementation("com.segment.analytics.kotlin.destinations:amplitude:<latest_version>")
17
18
19
0 commit comments