diff --git a/android/src/main/java/com/appsflyer/reactnative/RNAppsFlyerConstants.java b/android/src/main/java/com/appsflyer/reactnative/RNAppsFlyerConstants.java index 8846c0a7..c30bb40a 100755 --- a/android/src/main/java/com/appsflyer/reactnative/RNAppsFlyerConstants.java +++ b/android/src/main/java/com/appsflyer/reactnative/RNAppsFlyerConstants.java @@ -6,7 +6,7 @@ public class RNAppsFlyerConstants { - final static String PLUGIN_VERSION = "6.17.0"; + final static String PLUGIN_VERSION = "6.17.01"; final static String NO_DEVKEY_FOUND = "No 'devKey' found or its empty"; final static String UNKNOWN_ERROR = "AF Unknown Error"; final static String SUCCESS = "Success"; diff --git a/ios/RNAppsFlyer.h b/ios/RNAppsFlyer.h index 35ee1a52..ec72f22a 100755 --- a/ios/RNAppsFlyer.h +++ b/ios/RNAppsFlyer.h @@ -22,7 +22,7 @@ @end -static NSString *const kAppsFlyerPluginVersion = @"6.17.0"; +static NSString *const kAppsFlyerPluginVersion = @"6.17.01"; static NSString *const NO_DEVKEY_FOUND = @"No 'devKey' found or its empty"; static NSString *const NO_APPID_FOUND = @"No 'appId' found or its empty"; static NSString *const NO_EVENT_NAME_FOUND = @"No 'eventName' found or its empty"; diff --git a/package.json b/package.json index 5b5d9ef0..0f258164 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-appsflyer", - "version": "6.17.0", + "version": "6.17.01", "description": "React Native Appsflyer plugin", "main": "index.js", "types": "index.d.ts", diff --git a/react-native-appsflyer.podspec b/react-native-appsflyer.podspec index 83b4f8a6..21ada461 100644 --- a/react-native-appsflyer.podspec +++ b/react-native-appsflyer.podspec @@ -15,23 +15,22 @@ Pod::Spec.new do |s| s.static_framework = true s.swift_version = '5.0' s.dependency 'React' - + s.exclude_files = [ + "ios/AFAdRevenueData.h", + "ios/AppsFlyerConsent.h", + "ios/AppsFlyerCrossPromotionHelper.h", + "ios/AppsFlyerDeepLink.h", + "ios/AppsFlyerDeepLinkObserver.h", + "ios/AppsFlyerDeepLinkResult.h", + "ios/AppsFlyerLinkGenerator.h", + "ios/AppsFlyerShareInviteHelper.h", + "ios/AppsFlyerLib.h" + ] + # AppsFlyerPurchaseConnector if defined?($AppsFlyerPurchaseConnector) && ($AppsFlyerPurchaseConnector == true) Pod::UI.puts "#{s.name}: Including PurchaseConnector." s.dependency 'PurchaseConnector', '6.17.0' - s.exclude_files = [ - "ios/AFAdRevenueData.h", - "ios/AppsFlyerConsent.h", - "ios/AppsFlyerCrossPromotionHelper.h", - "ios/AppsFlyerDeepLink.h", - "ios/AppsFlyerDeepLinkObserver.h", - "ios/AppsFlyerDeepLinkResult.h", - "ios/AppsFlyerLinkGenerator.h", - "ios/AppsFlyerShareInviteHelper.h", - "ios/AppsFlyerLib.h" - ] - end # AppsFlyerFramework