Skip to content

Commit 48df129

Browse files
committed
Bumped SDK version 6.14.2 iOS
1 parent 3224f49 commit 48df129

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Versions
2-
## 6.14.1
3-
- Bump version to iOS v6.14.1 and Android v6.14.0
2+
## 6.14.2
3+
- Bump version to iOS v6.14.2 and Android v6.14.0
44
- Added Privacy Manifest to support Apple latest changes: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
55
## 6.13.2+1
66
- Hotfix for manualStart on iOS

android/src/main/java/com/appsflyer/appsflyersdk/AppsFlyerConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.appsflyer.appsflyersdk;
22

33
public class AppsFlyerConstants {
4-
final static String PLUGIN_VERSION = "6.14.1";
4+
final static String PLUGIN_VERSION = "6.14.2";
55
final static String AF_APP_INVITE_ONE_LINK = "appInviteOneLink";
66
final static String AF_HOST_PREFIX = "hostPrefix";
77
final static String AF_HOST_NAME = "hostName";

ios/Classes/AppsflyerSdkPlugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@end
1919

2020
// Appsflyer JS objects
21-
#define kAppsFlyerPluginVersion @"6.14.1"
21+
#define kAppsFlyerPluginVersion @"6.14.2"
2222
#define afDevKey @"afDevKey"
2323
#define afAppId @"afAppId"
2424
#define afIsDebug @"isDebug"

ios/appsflyer_sdk.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'appsflyer_sdk'
6-
s.version = '6.14.1'
6+
s.version = '6.14.2'
77
s.summary = 'AppsFlyer Integration for Flutter'
88
s.description = <<-DESC
99
AppsFlyer is the market leader in mobile advertising attribution & analytics, helping marketers to pinpoint their targeting, optimize their ad spend and boost their ROI.
@@ -21,6 +21,6 @@ AppsFlyer is the market leader in mobile advertising attribution & analytics, he
2121
s.source_files = 'Classes/**/*'
2222
s.public_header_files = 'Classes/**/*.h'
2323
s.dependency 'Flutter'
24-
s.ios.dependency 'AppsFlyerFramework','6.14.1'
24+
s.ios.dependency 'AppsFlyerFramework','6.14.2'
2525
s.resource_bundles = {'flutter_appsflyer_sdk_privacy' => ['Resources/PrivacyInfo.xcprivacy']}
2626
end

0 commit comments

Comments
 (0)