Skip to content

Commit 658bd04

Browse files
Merge pull request #82 from AppsFlyerSDK/dev/DELIVERY-28580
release changes
2 parents 29693fd + 5328f39 commit 658bd04

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
### 6.10.2
4+
* Update Android SDK to v6.10.2
5+
* Added Platform Extension v2 call.
6+
37
### 6.10.1
48
* Update Android SDK to v6.10.1
59
* Added unit tests.

Readme.md

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

44
# AppsFlyer - Segment Integration
55
[![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)
6-
[![Maven Central](https://img.shields.io/maven-central/v/com.appsflyer/segment-android-integration?color=green&versionPrefix=6.10.1)](https://mvnrepository.com/artifact/com.appsflyer/segment-android-integration/6.10.1)
6+
[![Maven Central](https://img.shields.io/maven-central/v/com.appsflyer/segment-android-integration?color=green&versionPrefix=6.10.2)](https://mvnrepository.com/artifact/com.appsflyer/segment-android-integration/6.10.2)
77

88
----------
99
In order for us to provide optimal support, we would kindly ask you to submit any issues to [email protected]
@@ -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.10.1`
24+
Built with AppsFlyer Android SDK `v6.10.2`
2525

2626
## Table of content
2727

@@ -95,7 +95,7 @@ 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-
implementation 'com.appsflyer:segment-android-integration:6.10.1'
98+
implementation 'com.appsflyer:segment-android-integration:6.10.2'
9999
implementation 'com.android.installreferrer:installreferrer:2.1'
100100
```
101101

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=11
23-
VERSION_NAME=6.10.1
22+
VERSION_CODE=12
23+
VERSION_NAME=6.10.2
2424
POM_ARTIFACT_ID=segment-android-integration
2525
POM_PACKAGING=aar
2626

0 commit comments

Comments
 (0)