Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/releases/6.x.x/6.15.x/6.15.2-rc3…
Browse files Browse the repository at this point in the history
…' into releases/6.x.x/6.15.x/6.15.2-rc3
  • Loading branch information
Dani-Koza-AF committed Oct 27, 2024
2 parents 07b2434 + ae613fa commit 0118718
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.15.2
Release date: *2024-10-27*

- Capacitor Plugin 6.15.1 build error
- Capacitor Plugin >> Android >> package.json recursive crawl modification

## 6.15.1
Release date: *2024-08-28*

Expand Down
2 changes: 1 addition & 1 deletion ios/Plugin/AppsFlyerPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import AppsFlyerLib

@objc(AppsFlyerPlugin)
public class AppsFlyerPlugin: CAPPlugin {
private let APPSFLYER_PLUGIN_VERSION = "6.15.2-rc3"
private let APPSFLYER_PLUGIN_VERSION = "6.15.2"
private var conversion = true
private var oaoa = true
private var udl = false
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "appsflyer-capacitor-plugin",
"version": "6.15.2-rc3",
"version": "6.15.2",
"iosSdkVersion": "6.15.3",
"androidSdkVersion": "6.15.2",
"buildNumber": "109",
"buildNumber": "20",
"description": "AppsFlyer SDK plugin for Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 0118718

Please sign in to comment.