Skip to content

Commit

Permalink
update versions using CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pazlavi committed Jul 31, 2023
1 parent 4ed0235 commit f03dbac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.10.3**
- iOS AppsFlyer SDK **6.10.1**
- Android AppsFlyer SDK **6.12.1**
- iOS AppsFlyer SDK **6.12.1**

## <a id="breaking-changes-6-12-1"> ❗❗ Breaking changes when updating to v6.12.1❗❗
Starting from v6.12.1, this plugin works only with Capacitor 5. </br>
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.10.3"
private let APPSFLYER_PLUGIN_VERSION = "6.12.1-rc1"
private var conversion = true
private var oaoa = true
private var udl = false
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "appsflyer-capacitor-plugin",
"version": "6.10.3",
"iosSdkVersion": "6.10.1",
"androidSdkVersion": "6.10.3",
"buildNumber": "8",
"version": "6.12.1-rc1",
"iosSdkVersion": "6.12.1",
"androidSdkVersion": "6.12.1",
"buildNumber": "70",
"description": "AppsFlyer SDK plugin for Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit f03dbac

Please sign in to comment.