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 2b477b0 + a6e2a58 commit 4faf8f9Copy full SHA for 4faf8f9
README.md
@@ -7,13 +7,13 @@ Add Appsflyer device mode support to your applications via this plugin for [Anal
7
To install the Segment-Appsflyer integration, simply add this line to your gradle file:
8
9
```
10
-implementation 'com.segment.analytics.kotlin.destinations:appsflyer:1.4.4'
+implementation 'com.segment.analytics.kotlin.destinations:appsflyer:<latest_version>'
11
12
13
Or the following for Kotlin DSL
14
15
16
-implementation("com.segment.analytics.kotlin.destinations:appsflyer:1.4.4")
+implementation("com.segment.analytics.kotlin.destinations:appsflyer:<latest_version>")
17
18
19
0 commit comments