appsflyer-capacitor-plugin 6.15.0 → 6.15.1
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 +2 -2
- package/ios/Plugin/AppsFlyerPlugin.swift +1 -1
- package/package.json +4 -4
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.15.
|
|
18
|
-
- iOS AppsFlyer SDK **6.15.
|
|
17
|
+
- Android AppsFlyer SDK **6.15.1**
|
|
18
|
+
- iOS AppsFlyer SDK **6.15.1**
|
|
19
19
|
|
|
20
20
|
## <a id="breaking-changes-6-15-0"> ❗❗ Breaking changes when updating to v6.15.0 ❗❗
|
|
21
21
|
Starting from v6.15.0, this plugin works only with Capacitor 6. </br>
|
|
@@ -5,7 +5,7 @@ import AppsFlyerLib
|
|
|
5
5
|
|
|
6
6
|
@objc(AppsFlyerPlugin)
|
|
7
7
|
public class AppsFlyerPlugin: CAPPlugin {
|
|
8
|
-
private let APPSFLYER_PLUGIN_VERSION = "6.15.
|
|
8
|
+
private let APPSFLYER_PLUGIN_VERSION = "6.15.1"
|
|
9
9
|
private var conversion = true
|
|
10
10
|
private var oaoa = true
|
|
11
11
|
private var udl = false
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appsflyer-capacitor-plugin",
|
|
3
|
-
"version": "6.15.
|
|
4
|
-
"iosSdkVersion": "6.15.
|
|
5
|
-
"androidSdkVersion": "6.15.
|
|
6
|
-
"buildNumber": "
|
|
3
|
+
"version": "6.15.1",
|
|
4
|
+
"iosSdkVersion": "6.15.1",
|
|
5
|
+
"androidSdkVersion": "6.15.1",
|
|
6
|
+
"buildNumber": "17",
|
|
7
7
|
"description": "AppsFlyer SDK plugin for Capacitor",
|
|
8
8
|
"main": "dist/plugin.cjs.js",
|
|
9
9
|
"module": "dist/esm/index.js",
|