Skip to content

Commit 96ce38f

Browse files
committed
RELEASE 6.17.5
1 parent 844149f commit 96ce38f

7 files changed

Lines changed: 10 additions & 7 deletions

File tree

RELEASENOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 6.17.5
2+
* Update Android SDK to v6.17.5
3+
14
### 6.17.3
25
* Update Android SDK to v6.17.3
36
* Update the Documentation for manually sending DMA Consent data to AppsFlyer. For more details, [see] (https://dev.appsflyer.com/hc/docs/android-send-consent-for-dma-compliance).

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can track installs, updates and sessions and also track additional in-app ev
2121

2222
---
2323

24-
Built with AppsFlyer Android SDK `v6.17.3`
24+
Built with AppsFlyer Android SDK `v6.17.5`
2525

2626
## Table of content
2727

@@ -97,7 +97,7 @@ And to start the AppsFlyer SDK, use `void startAppsFlyer(Context context)` API.
9797

9898
Add the AppsFlyer Segment Integration dependency to your app `build.gradle` file.
9999
```java
100-
implementation 'com.appsflyer:segment-android-integration:6.17.3'
100+
implementation 'com.appsflyer:segment-android-integration:6.17.5'
101101
implementation 'com.android.installreferrer:installreferrer:2.1'
102102
```
103103

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
}
3939

4040
dependencies {
41-
api 'com.appsflyer:af-android-sdk:6.17.3'
41+
api 'com.appsflyer:af-android-sdk:6.17.5'
4242
compileOnly 'com.segment.analytics.android:analytics:4.+'
4343
compileOnly 'com.android.installreferrer:installreferrer:2.2'
4444

app/src/main/java/com/segment/analytics/android/integrations/appsflyer/AppsflyerIntegration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public Integration<AppsFlyerLib> create(ValueMap settings, Analytics analytics)
9696
listener = new ConversionListener(analytics);
9797
}
9898

99-
AppsFlyerLib.getInstance().setPluginInfo(new PluginInfo(Plugin.SEGMENT,"6.17.3"));
99+
AppsFlyerLib.getInstance().setPluginInfo(new PluginInfo(Plugin.SEGMENT,"6.17.5"));
100100
afLib.setDebugLog(logger.logLevel != Analytics.LogLevel.NONE);
101101
afLib.init(devKey, listener, application.getApplicationContext());
102102
if (deepLinkListener != null)

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
GROUP=com.appsflyer
2121

22-
VERSION_CODE=26
23-
VERSION_NAME=6.17.3
22+
VERSION_CODE=27
23+
VERSION_NAME=6.17.5
2424
POM_ARTIFACT_ID=segment-android-integration
2525
POM_PACKAGING=aar
2626

releasenotes.6.17.3

Whitespace-only changes.

segmenttestapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
}
2424

2525
dependencies {
26-
// implementation 'com.appsflyer:segment-android-integration:6.15.0'
26+
// implementation 'com.appsflyer:segment-android-integration:6.17.5'
2727
implementation project(path: ':app')
2828
implementation 'com.android.support:appcompat-v7:28.0.0'
2929
implementation 'com.segment.analytics.android:analytics:4.+'

0 commit comments

Comments
 (0)