Skip to content

Commit

Permalink
6.8.2
Browse files Browse the repository at this point in the history
6.8.2
  • Loading branch information
ShaharAF authored Aug 30, 2022
2 parents 31e0004 + 2ab7993 commit fac0695
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Release Notes
### 6.8.2
Release date: *2022-August-30*
- Updated AppsFlyer Android SDK to v6.8.2
- Updated AppsFlyer iOS SDK to v6.8.1
### 6.8.0
Release date: *2022-July-20*
- Updated AppsFlyer Android SDK to v6.8.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

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

- Android AppsFlyer SDK **6.8.0️**
- iOS AppsFlyer SDK **6.8.0️**
- Android AppsFlyer SDK **6.8.2️**
- iOS AppsFlyer SDK **6.8.1️**

<!---
## <a id="breaking-changes"> ❗❗ Breaking changes when updating to ✏️v*.*.*✏️❗❗
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation "androidx.core:core-ktx:1.6.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

implementation 'com.appsflyer:af-android-sdk:6.8.0'
implementation 'com.appsflyer:af-android-sdk:6.8.2'
implementation "com.android.installreferrer:installreferrer:2.2"


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "appsflyer-capacitor-plugin",
"version": "6.8.0",
"iosSdkVersion": "6.8.0",
"version": "6.8.2",
"iosSdkVersion": "6.8.1",
"description": "AppsFlyer SDK plugin for Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit fac0695

Please sign in to comment.