File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed
android/src/main/java/com/appsflyer/appsflyersdk Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11package com .appsflyer .appsflyersdk ;
22
33public 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" ;
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments