appsflyer-capacitor-plugin 6.8.2 → 6.9.2-cap3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,8 +14,8 @@
14
14
 
15
15
  ### <a id="plugin-build-for"> This plugin is built for
16
16
 
17
- - Android AppsFlyer SDK **6.8.2️**
18
- - iOS AppsFlyer SDK **6.8.1️**
17
+ - Android AppsFlyer SDK **6.9.2️**
18
+ - iOS AppsFlyer SDK **6.9.0**
19
19
 
20
20
  <!---
21
21
  ## <a id="breaking-changes"> ❗❗ Breaking changes when updating to ✏️v*.*.*✏️❗❗
@@ -60,9 +60,9 @@ dependencies {
60
60
  androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
61
61
  androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
62
62
  implementation "androidx.core:core-ktx:1.6.0"
63
- implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
63
+ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
64
64
 
65
- implementation 'com.appsflyer:af-android-sdk:6.8.2'
65
+ implementation 'com.appsflyer:af-android-sdk:6.9.2'
66
66
  implementation "com.android.installreferrer:installreferrer:2.2"
67
67
 
68
68
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "appsflyer-capacitor-plugin",
3
- "version": "6.8.2",
4
- "iosSdkVersion": "6.8.1",
3
+ "version": "6.9.2-cap3",
4
+ "iosSdkVersion": "6.9.0",
5
5
  "description": "AppsFlyer SDK plugin for Capacitor",
6
6
  "main": "dist/plugin.cjs.js",
7
7
  "module": "dist/esm/index.js",