Skip to content

Commit

Permalink
Update proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Dec 20, 2024
1 parent 49ef1a6 commit e6a6f22
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Airship_minSdkVersion=21
Airship_targetSdkVersion=34
Airship_compileSdkVersion=34
Airship_ndkversion=26.1.10909125
Airship_airshipProxyVersion=11.2.0
Airship_airshipProxyVersion=11.2.1
40 changes: 20 additions & 20 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion react-native-airship.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e6a6f22

Please sign in to comment.