Skip to content

Commit

Permalink
Update proxy, ios, and android
Browse files Browse the repository at this point in the history
  • Loading branch information
crow committed Nov 27, 2024
1 parent 359dcd6 commit 14b6a35
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 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.0.5
Airship_airshipProxyVersion=11.0.6
46 changes: 23 additions & 23 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
PODS:
- Airship (18.12.1):
- Airship/Automation (= 18.12.1)
- Airship/Basement (= 18.12.1)
- Airship/Core (= 18.12.1)
- Airship/FeatureFlags (= 18.12.1)
- Airship/MessageCenter (= 18.12.1)
- Airship/PreferenceCenter (= 18.12.1)
- Airship/Automation (18.12.1):
- Airship (18.12.2):
- Airship/Automation (= 18.12.2)
- Airship/Basement (= 18.12.2)
- Airship/Core (= 18.12.2)
- Airship/FeatureFlags (= 18.12.2)
- Airship/MessageCenter (= 18.12.2)
- Airship/PreferenceCenter (= 18.12.2)
- Airship/Automation (18.12.2):
- Airship/Core
- Airship/Basement (18.12.1)
- Airship/Core (18.12.1):
- Airship/Basement (18.12.2)
- Airship/Core (18.12.2):
- Airship/Basement
- Airship/FeatureFlags (18.12.1):
- Airship/FeatureFlags (18.12.2):
- Airship/Core
- Airship/MessageCenter (18.12.1):
- Airship/MessageCenter (18.12.2):
- Airship/Core
- Airship/PreferenceCenter (18.12.1):
- Airship/PreferenceCenter (18.12.2):
- Airship/Core
- AirshipFrameworkProxy (11.0.5):
- Airship (= 18.12.1)
- AirshipServiceExtension (18.12.1)
- AirshipFrameworkProxy (11.0.6):
- Airship (= 18.12.2)
- AirshipServiceExtension (18.12.2)
- boost (1.83.0)
- DoubleConversion (1.1.6)
- FBLazyVector (0.73.4)
Expand Down Expand Up @@ -907,8 +907,8 @@ PODS:
- React-Mapbuffer (0.73.4):
- glog
- React-debug
- react-native-airship (20.0.3):
- AirshipFrameworkProxy (= 11.0.5)
- react-native-airship (20.0.4):
- AirshipFrameworkProxy (= 11.0.6)
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1279,9 +1279,9 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
Airship: 4adefe8a0547aebf42faea721f62985185d4c0b7
AirshipFrameworkProxy: 38d36d5ed284c994f6e218e50ab13fab799ffab6
AirshipServiceExtension: 0b6451d0ec09d8ba4350b212c695f9bfe588cc3a
Airship: 1a2fe417369e3dab8db33e413b08a7acd82d3b5d
AirshipFrameworkProxy: dc39b6ab4f8b2026afeac95fc18eeb6f5d030f0a
AirshipServiceExtension: 662514e9527b07865f88fe35ac3214884bddc392
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
FBLazyVector: 84f6edbe225f38aebd9deaf1540a4160b1f087d7
Expand Down Expand Up @@ -1311,7 +1311,7 @@ SPEC CHECKSUMS:
React-jsinspector: 9ac353eccf6ab54d1e0a33862ba91221d1e88460
React-logger: 0a57b68dd2aec7ff738195f081f0520724b35dab
React-Mapbuffer: 63913773ed7f96b814a2521e13e6d010282096ad
react-native-airship: 192cd01540e9f492487283e9d763fe84e47b87a1
react-native-airship: ceed47dc813720197f60b43281f7ff5bdbe6b182
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
React-nativeconfig: d7af5bae6da70fa15ce44f045621cf99ed24087c
React-NativeModulesApple: 0123905d5699853ac68519607555a9a4f5c7b3ac
Expand Down Expand Up @@ -1342,4 +1342,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 71939b1c0f451ff75f31df2f5e51d1c63f04150d

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2
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.0.5"
s.dependency "AirshipFrameworkProxy", "11.0.6"

end

0 comments on commit 14b6a35

Please sign in to comment.