Skip to content

Commit 4faf8f9

Browse files
authored
Merge pull request #5 from segment-integrations/wenxi/update-readme
Update readme to use latest version of sdk
2 parents 2b477b0 + a6e2a58 commit 4faf8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Add Appsflyer device mode support to your applications via this plugin for [Anal
77
To install the Segment-Appsflyer integration, simply add this line to your gradle file:
88

99
```
10-
implementation 'com.segment.analytics.kotlin.destinations:appsflyer:1.4.4'
10+
implementation 'com.segment.analytics.kotlin.destinations:appsflyer:<latest_version>'
1111
```
1212

1313
Or the following for Kotlin DSL
1414

1515
```
16-
implementation("com.segment.analytics.kotlin.destinations:appsflyer:1.4.4")
16+
implementation("com.segment.analytics.kotlin.destinations:appsflyer:<latest_version>")
1717
```
1818

1919

0 commit comments

Comments
 (0)