Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
0237486
Release 6.15.0
af-dudka Aug 7, 2024
0dccb6b
fix robolectric version
af-dudka Aug 7, 2024
ee538c7
rollback robolectric version
af-dudka Aug 7, 2024
7d23d3b
Update Maven auth method
af-dudka Aug 7, 2024
15c0092
Merge branch 'refs/heads/master' into development
af-dudka Sep 2, 2024
0f5d98d
Merge branch 'master' into development
af-dudka Sep 3, 2025
26ad2ef
[DELIVERY-99988] Bump AppsFlyer SDK to 6.17.3 Update AppsFlyerConsent…
af-dudka Sep 4, 2025
8677776
[DELIVERY-99988] Formatting
af-dudka Sep 4, 2025
274415e
[DELIVERY-99988] Formatting
af-dudka Sep 4, 2025
3660f15
Update Readme.md
af-dudka Sep 8, 2025
746a693
Bump java-version 17
af-dudka Sep 8, 2025
5d58c2b
Commited from github action - prepaing the repo for QA.
morisgateno-appsflyer Sep 8, 2025
903884a
Merge 5d58c2bcde8545f6244a7ebc315abed0cd19285f into f0e4f7567ab637fa9…
af-dudka Sep 8, 2025
0f3cbb5
Commited from github action - prepaing the repo for production.
morisgateno-appsflyer Sep 8, 2025
71805b3
Update release.sh
af-dudka Sep 8, 2025
41ec7b6
Merge 71805b35a645f8a3fc8013aaaad7ec19d2654af6 into f0e4f7567ab637fa9…
af-dudka Sep 8, 2025
5718a90
Commited from github action - prepaing the repo for production.
morisgateno-appsflyer Sep 8, 2025
2695825
Update RELEASENOTES.md
af-dudka Sep 8, 2025
491c022
Commited from github action - prepaing the repo for QA.
morisgateno-appsflyer Sep 8, 2025
4797a3c
Merge 491c022d14abfeecc5c6aebffd2b787de6637ca1 into f0e4f7567ab637fa9…
af-dudka Sep 8, 2025
3b981c7
Commited from github action - prepaing the repo for production.
morisgateno-appsflyer Sep 8, 2025
504b960
Update RELEASENOTES.md
af-dudka Sep 8, 2025
0465e72
Commited from github action - prepaing the repo for QA.
morisgateno-appsflyer Sep 8, 2025
1edbfa2
Fix script
af-dudka Sep 8, 2025
0182ff2
Merge 1edbfa26d691b62d9d3ff76ad842dc1279a31b39 into f0e4f7567ab637fa9…
af-dudka Sep 8, 2025
30ac2e6
Commited from github action - prepaing the repo for production.
morisgateno-appsflyer Sep 8, 2025
0c1fac2
Fix script
af-dudka Sep 8, 2025
72cf63b
Commited from github action - prepaing the repo for QA.
morisgateno-appsflyer Sep 8, 2025
0643d8b
Release 6.17.3
af-dudka Sep 9, 2025
4410ed9
Merge 0643d8be2fe8820d747c32743d3416415aa6abd3 into f0e4f7567ab637fa9…
af-dudka Sep 9, 2025
c96a3aa
Commited from github action - prepaing the repo for production.
morisgateno-appsflyer Sep 9, 2025
287522e
trigger
af-dudka Sep 9, 2025
d76f27f
Commited from github action - prepaing the repo for QA.
morisgateno-appsflyer Sep 9, 2025
a1cc3d2
RELEASE 6.17.3
af-dudka Sep 9, 2025
844149f
Merge branch 'master' into development
af-dudka Sep 9, 2025
96ce38f
RELEASE 6.17.5
af-dudka Dec 10, 2025
871aa3b
Merge branch 'master' into development
af-dudka Dec 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 6.17.5
* Update Android SDK to v6.17.5

### 6.17.3
* Update Android SDK to v6.17.3
* 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).
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can track installs, updates and sessions and also track additional in-app ev

---

Built with AppsFlyer Android SDK `v6.17.3`
Built with AppsFlyer Android SDK `v6.17.5`

## Table of content

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

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

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public Integration<AppsFlyerLib> create(ValueMap settings, Analytics analytics)
listener = new ConversionListener(analytics);
}

AppsFlyerLib.getInstance().setPluginInfo(new PluginInfo(Plugin.SEGMENT,"6.17.3"));
AppsFlyerLib.getInstance().setPluginInfo(new PluginInfo(Plugin.SEGMENT,"6.17.5"));
afLib.setDebugLog(logger.logLevel != Analytics.LogLevel.NONE);
afLib.init(devKey, listener, application.getApplicationContext());
if (deepLinkListener != null)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

GROUP=com.appsflyer

VERSION_CODE=26
VERSION_NAME=6.17.3
VERSION_CODE=27
VERSION_NAME=6.17.5
POM_ARTIFACT_ID=segment-android-integration
POM_PACKAGING=aar

Expand Down
Empty file removed releasenotes.6.17.3
Empty file.
2 changes: 1 addition & 1 deletion segmenttestapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
}

dependencies {
// implementation 'com.appsflyer:segment-android-integration:6.15.0'
// implementation 'com.appsflyer:segment-android-integration:6.17.5'
implementation project(path: ':app')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.segment.analytics.android:analytics:4.+'
Expand Down