Skip to content

Commit

Permalink
Merge pull request #212 from AppsFlyerSDK/releases/6.x.x/6.8.x/6.8.2-rc1
Browse files Browse the repository at this point in the history
Releases/6.x.x/6.8.x/6.8.2 rc1
  • Loading branch information
pazlavi authored Aug 30, 2022
2 parents 3b39933 + 22da789 commit 966e57a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ You can read more [here](https://support.appsflyer.com/hc/en-us/articles/2070320

### <a id="plugin-build-for"> This plugin is built for

- iOS AppsFlyerSDK **v6.8.0**
- Android AppsFlyerSDK **v6.8.0**
- iOS AppsFlyerSDK **v6.8.1**
- Android AppsFlyerSDK **v6.8.2**

### <a id="breakingChanges"> ❗v6 Breaking Changes

Expand Down
5 changes: 5 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.8.2
Release date: *2022-08-30*

- Cordova > update android native SDK to v6.8.2

## 6.8.0
Release date: *2022-07-20*

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-appsflyer-sdk",
"version": "6.8.0",
"version": "6.8.2",
"description": "Cordova AppsFlyer SDK Plugin",
"cordova": {
"id": "cordova-plugin-appsflyer-sdk",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-appsflyer-sdk"
version="6.8.0-rc1">
version="6.8.2-rc1">
<name>AppsFlyer</name>
<description>Cordova Plugin AppsFlyer</description>
<license>Apache 2.0</license>
Expand Down Expand Up @@ -92,7 +92,7 @@
<config>
</config>
<pods use-frameworks="true">
<pod name="AppsFlyerFramework" spec="6.8.0"/>
<pod name="AppsFlyerFramework" spec="6.8.1"/>
</pods>
</podspec>
</platform>
Expand Down
2 changes: 1 addition & 1 deletion src/android/cordovaAF.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ repositories {

dependencies {
implementation 'com.android.installreferrer:installreferrer:2.1'
implementation 'com.appsflyer:af-android-sdk:6.8.0@aar'
implementation 'com.appsflyer:af-android-sdk:6.8.2@aar'
implementation 'com.android.support:support-annotations:28.0.0'
}
1 change: 1 addition & 0 deletions www/appsflyer.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ if (!window.CustomEvent) {

/**
* The setPartnerData API allows sending custom data for partner integration purposes.
*
* Typically it is used to integrate on the SDK level with several external partner platforms
* @param partnerId - ID of the partner (usually suffixed with "_int")
* @param data - Customer data, depends on the integration configuration with the specific partner
Expand Down

0 comments on commit 966e57a

Please sign in to comment.