Skip to content

Commit e6a6f22

Browse files
committed
Update proxy
1 parent 49ef1a6 commit e6a6f22

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

android/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Airship_minSdkVersion=21
33
Airship_targetSdkVersion=34
44
Airship_compileSdkVersion=34
55
Airship_ndkversion=26.1.10909125
6-
Airship_airshipProxyVersion=11.2.0
6+
Airship_airshipProxyVersion=11.2.1

example/ios/Podfile.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
PODS:
2-
- Airship (18.14.0):
3-
- Airship/Automation (= 18.14.0)
4-
- Airship/Basement (= 18.14.0)
5-
- Airship/Core (= 18.14.0)
6-
- Airship/FeatureFlags (= 18.14.0)
7-
- Airship/MessageCenter (= 18.14.0)
8-
- Airship/PreferenceCenter (= 18.14.0)
9-
- Airship/Automation (18.14.0):
2+
- Airship (18.14.1):
3+
- Airship/Automation (= 18.14.1)
4+
- Airship/Basement (= 18.14.1)
5+
- Airship/Core (= 18.14.1)
6+
- Airship/FeatureFlags (= 18.14.1)
7+
- Airship/MessageCenter (= 18.14.1)
8+
- Airship/PreferenceCenter (= 18.14.1)
9+
- Airship/Automation (18.14.1):
1010
- Airship/Core
11-
- Airship/Basement (18.14.0)
12-
- Airship/Core (18.14.0):
11+
- Airship/Basement (18.14.1)
12+
- Airship/Core (18.14.1):
1313
- Airship/Basement
14-
- Airship/FeatureFlags (18.14.0):
14+
- Airship/FeatureFlags (18.14.1):
1515
- Airship/Core
16-
- Airship/MessageCenter (18.14.0):
16+
- Airship/MessageCenter (18.14.1):
1717
- Airship/Core
18-
- Airship/PreferenceCenter (18.14.0):
18+
- Airship/PreferenceCenter (18.14.1):
1919
- Airship/Core
20-
- AirshipFrameworkProxy (11.2.0):
21-
- Airship (= 18.14.0)
20+
- AirshipFrameworkProxy (11.2.1):
21+
- Airship (= 18.14.1)
2222
- AirshipServiceExtension (18.14.0)
2323
- boost (1.83.0)
2424
- DoubleConversion (1.1.6)
@@ -907,8 +907,8 @@ PODS:
907907
- React-Mapbuffer (0.73.4):
908908
- glog
909909
- React-debug
910-
- react-native-airship (20.1.0):
911-
- AirshipFrameworkProxy (= 11.2.0)
910+
- react-native-airship (20.2.0):
911+
- AirshipFrameworkProxy (= 11.2.1)
912912
- glog
913913
- RCT-Folly (= 2022.05.16.00)
914914
- React-Core
@@ -1279,8 +1279,8 @@ EXTERNAL SOURCES:
12791279
:path: "../node_modules/react-native/ReactCommon/yoga"
12801280

12811281
SPEC CHECKSUMS:
1282-
Airship: 9667bffd8c715811e51c9d57e0fb5161bbb45533
1283-
AirshipFrameworkProxy: 9264afa03d1673cd4983b233c944cf92d8b50b9b
1282+
Airship: f293470bde4a4cbd23ac73dbda986629d9ad9fdb
1283+
AirshipFrameworkProxy: 9332b3f7871f054375653e72428fbcf4a3a9f849
12841284
AirshipServiceExtension: 1d6c2443724f6ea541eecb76ddbaab307809d561
12851285
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
12861286
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
@@ -1311,7 +1311,7 @@ SPEC CHECKSUMS:
13111311
React-jsinspector: 9ac353eccf6ab54d1e0a33862ba91221d1e88460
13121312
React-logger: 0a57b68dd2aec7ff738195f081f0520724b35dab
13131313
React-Mapbuffer: 63913773ed7f96b814a2521e13e6d010282096ad
1314-
react-native-airship: 921d8e86e904bb990f9b3924040b443043b6fab1
1314+
react-native-airship: a4111a9d2ecb4b12bc021698917be8eeded34793
13151315
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
13161316
React-nativeconfig: d7af5bae6da70fa15ce44f045621cf99ed24087c
13171317
React-NativeModulesApple: 0123905d5699853ac68519607555a9a4f5c7b3ac

react-native-airship.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
2222
s.dependency "React-Core"
2323
end
2424

25-
s.dependency "AirshipFrameworkProxy", "11.2.0"
25+
s.dependency "AirshipFrameworkProxy", "11.2.1"
2626

2727
end

0 commit comments

Comments
 (0)