Skip to content

Commit fee8f5d

Browse files
Update Readme.md
1 parent ece3c7c commit fee8f5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
# AppsFlyer - Segment Integration
5-
5+
[![CI - Tests](https://github.com/AppsFlyerSDK/appsflyer-segment-android-plugin/actions/workflows/test.yml/badge.svg)](https://github.com/AppsFlyerSDK/appsflyer-segment-android-plugin/actions/workflows/test.yml)
66
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.appsflyer/segment-android-integration/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.appsflyer/segment-android-integration)
77

88
----------
@@ -95,8 +95,8 @@ And to start the AppsFlyer SDK, use `void startAppsFlyer(Context context)` API.
9595

9696
Add the AppsFlyer Segment Integration dependency to your app `build.gradle` file.
9797
```java
98-
compile 'com.appsflyer:segment-android-integration:6.5.2'
99-
compile 'com.android.installreferrer:installreferrer:2.1'
98+
implementation 'com.appsflyer:segment-android-integration:6.10.1'
99+
implementation 'com.android.installreferrer:installreferrer:2.1'
100100
```
101101

102102
#### 2.2) Setting the Required Permissions

0 commit comments

Comments
 (0)