Skip to content

Commit cbc03c0

Browse files
authored
Merge pull request #414 from AppsFlyerSDK/releases/6.x.x/6.17.x/6.17.5
Bump iOS version to 6.17.5
2 parents 3a882ac + 73b51e3 commit cbc03c0

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Versions
22

3+
## 6.17.5
4+
- Updated to AppsFlyer SDK v6.17.5 for iOS
5+
36
## 6.17.3
47

58
- Updated to AppsFlyer SDK v6.17.3 for both Android and iOS

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
## SDK Versions
1313

1414
- Android AppsFlyer SDK **v6.17.3**
15-
- iOS AppsFlyer SDK **v6.17.3**
15+
- iOS AppsFlyer SDK **v6.17.5**
1616

1717
### Purchase Connector versions
1818

1919
- Android 2.1.1
20-
- iOS 6.17.3
20+
- iOS 6.17.5
2121

2222
## ❗❗ Breaking changes when updating to v6.x.x❗❗
2323

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 final class AppsFlyerConstants {
4-
final static String PLUGIN_VERSION = "6.17.3";
4+
final static String PLUGIN_VERSION = "6.17.5";
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.17.3"
21+
#define kAppsFlyerPluginVersion @"6.17.5"
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
@@ -21,12 +21,12 @@ Pod::Spec.new do |s|
2121
ss.source_files = 'Classes/**/*'
2222
ss.public_header_files = 'Classes/**/*.h'
2323
ss.dependency 'Flutter'
24-
ss.ios.dependency 'AppsFlyerFramework','6.17.3'
24+
ss.ios.dependency 'AppsFlyerFramework','6.17.5'
2525
end
2626

2727
s.subspec 'PurchaseConnector' do |ss|
2828
ss.dependency 'Flutter'
29-
ss.ios.dependency 'PurchaseConnector', '6.17.3'
29+
ss.ios.dependency 'PurchaseConnector', '6.17.5'
3030
ss.source_files = 'PurchaseConnector/**/*'
3131
ss.public_header_files = 'PurchaseConnector/**/*.h'
3232

0 commit comments

Comments
 (0)