appsflyer-capacitor-plugin 6.4.2-rc2 → 6.4.4-rc2
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/CHANGELOG.md +4 -7
- package/README.md +2 -2
- package/android/build.gradle +1 -1
- package/dist/plugin.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
# Release Notes
|
|
2
|
-
### 6.4.
|
|
3
|
-
Release date: *2021-
|
|
4
|
-
- Updated AppsFlyer Android SDK to v6.4.
|
|
5
|
-
- Updated AppsFlyer iOS SDK to v6.4.
|
|
6
|
-
|
|
7
|
-
**Overview and Highlights:**
|
|
8
|
-
- BM >> Capacitor >> test fix version
|
|
2
|
+
### 6.4.4-rc2
|
|
3
|
+
Release date: *2021-December-13*
|
|
4
|
+
- Updated AppsFlyer Android SDK to v6.4.3
|
|
5
|
+
- Updated AppsFlyer iOS SDK to v6.4.4
|
|
9
6
|
### 6.4.0
|
|
10
7
|
Release date: *2021-Sep-14*
|
|
11
8
|
|
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.4.
|
|
18
|
-
- iOS AppsFlyer SDK **6.4.
|
|
17
|
+
- Android AppsFlyer SDK **6.4.0️**
|
|
18
|
+
- iOS AppsFlyer SDK **6.4.4️**
|
|
19
19
|
|
|
20
20
|
<!---
|
|
21
21
|
## <a id="breaking-changes"> ❗❗ Breaking changes when updating to ✏️v*.*.*✏️❗❗
|
package/android/build.gradle
CHANGED
|
@@ -62,7 +62,7 @@ dependencies {
|
|
|
62
62
|
implementation "androidx.core:core-ktx:1.6.0"
|
|
63
63
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
64
64
|
|
|
65
|
-
implementation 'com.appsflyer:af-android-sdk:6.4.
|
|
65
|
+
implementation 'com.appsflyer:af-android-sdk:6.4.3'
|
|
66
66
|
implementation "com.android.installreferrer:installreferrer:2.2"
|
|
67
67
|
|
|
68
68
|
|
package/dist/plugin.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appsflyer-capacitor-plugin",
|
|
3
|
-
"version" : "6.4.
|
|
4
|
-
"iosSdkVersion": "6.4.
|
|
3
|
+
"version" : "6.4.4-rc2",
|
|
4
|
+
"iosSdkVersion": "6.4.4",
|
|
5
5
|
"description": "AppsFlyer SDK plugin for Capacitor",
|
|
6
6
|
"main": "dist/plugin.cjs.js",
|
|
7
7
|
"module": "dist/esm/index.js",
|