From e6a6f2241c9a9378592de9c5a1b2091f4af202ce Mon Sep 17 00:00:00 2001 From: Ryan Lepinski Date: Fri, 20 Dec 2024 14:29:44 -0800 Subject: [PATCH] Update proxy --- android/gradle.properties | 2 +- example/ios/Podfile.lock | 40 ++++++++++++++++++------------------ react-native-airship.podspec | 2 +- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index be041053..28664f08 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -3,4 +3,4 @@ Airship_minSdkVersion=21 Airship_targetSdkVersion=34 Airship_compileSdkVersion=34 Airship_ndkversion=26.1.10909125 -Airship_airshipProxyVersion=11.2.0 \ No newline at end of file +Airship_airshipProxyVersion=11.2.1 \ No newline at end of file diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index ac6233c9..c160fb40 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,24 +1,24 @@ PODS: - - Airship (18.14.0): - - Airship/Automation (= 18.14.0) - - Airship/Basement (= 18.14.0) - - Airship/Core (= 18.14.0) - - Airship/FeatureFlags (= 18.14.0) - - Airship/MessageCenter (= 18.14.0) - - Airship/PreferenceCenter (= 18.14.0) - - Airship/Automation (18.14.0): + - Airship (18.14.1): + - Airship/Automation (= 18.14.1) + - Airship/Basement (= 18.14.1) + - Airship/Core (= 18.14.1) + - Airship/FeatureFlags (= 18.14.1) + - Airship/MessageCenter (= 18.14.1) + - Airship/PreferenceCenter (= 18.14.1) + - Airship/Automation (18.14.1): - Airship/Core - - Airship/Basement (18.14.0) - - Airship/Core (18.14.0): + - Airship/Basement (18.14.1) + - Airship/Core (18.14.1): - Airship/Basement - - Airship/FeatureFlags (18.14.0): + - Airship/FeatureFlags (18.14.1): - Airship/Core - - Airship/MessageCenter (18.14.0): + - Airship/MessageCenter (18.14.1): - Airship/Core - - Airship/PreferenceCenter (18.14.0): + - Airship/PreferenceCenter (18.14.1): - Airship/Core - - AirshipFrameworkProxy (11.2.0): - - Airship (= 18.14.0) + - AirshipFrameworkProxy (11.2.1): + - Airship (= 18.14.1) - AirshipServiceExtension (18.14.0) - boost (1.83.0) - DoubleConversion (1.1.6) @@ -907,8 +907,8 @@ PODS: - React-Mapbuffer (0.73.4): - glog - React-debug - - react-native-airship (20.1.0): - - AirshipFrameworkProxy (= 11.2.0) + - react-native-airship (20.2.0): + - AirshipFrameworkProxy (= 11.2.1) - glog - RCT-Folly (= 2022.05.16.00) - React-Core @@ -1279,8 +1279,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - Airship: 9667bffd8c715811e51c9d57e0fb5161bbb45533 - AirshipFrameworkProxy: 9264afa03d1673cd4983b233c944cf92d8b50b9b + Airship: f293470bde4a4cbd23ac73dbda986629d9ad9fdb + AirshipFrameworkProxy: 9332b3f7871f054375653e72428fbcf4a3a9f849 AirshipServiceExtension: 1d6c2443724f6ea541eecb76ddbaab307809d561 boost: d3f49c53809116a5d38da093a8aa78bf551aed09 DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953 @@ -1311,7 +1311,7 @@ SPEC CHECKSUMS: React-jsinspector: 9ac353eccf6ab54d1e0a33862ba91221d1e88460 React-logger: 0a57b68dd2aec7ff738195f081f0520724b35dab React-Mapbuffer: 63913773ed7f96b814a2521e13e6d010282096ad - react-native-airship: 921d8e86e904bb990f9b3924040b443043b6fab1 + react-native-airship: a4111a9d2ecb4b12bc021698917be8eeded34793 react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b React-nativeconfig: d7af5bae6da70fa15ce44f045621cf99ed24087c React-NativeModulesApple: 0123905d5699853ac68519607555a9a4f5c7b3ac diff --git a/react-native-airship.podspec b/react-native-airship.podspec index c7a73c20..d941255c 100644 --- a/react-native-airship.podspec +++ b/react-native-airship.podspec @@ -22,6 +22,6 @@ Pod::Spec.new do |s| s.dependency "React-Core" end - s.dependency "AirshipFrameworkProxy", "11.2.0" + s.dependency "AirshipFrameworkProxy", "11.2.1" end