File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
9696Add 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
You can’t perform that action at this time.
0 commit comments