Skip to content

Commit 54a3ce4

Browse files
author
crow
committed
Update framework proxy to 11.0.4
1 parent 3580586 commit 54a3ce4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.0.3
6+
Airship_airshipProxyVersion=11.0.4

example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PODS:
1717
- Airship/Core
1818
- Airship/PreferenceCenter (18.11.1):
1919
- Airship/Core
20-
- AirshipFrameworkProxy (11.0.2):
20+
- AirshipFrameworkProxy (11.0.4):
2121
- Airship (= 18.11.1)
2222
- AirshipServiceExtension (18.12.1)
2323
- boost (1.83.0)
@@ -908,7 +908,7 @@ PODS:
908908
- glog
909909
- React-debug
910910
- react-native-airship (20.0.1):
911-
- AirshipFrameworkProxy (= 11.0.2)
911+
- AirshipFrameworkProxy (= 11.0.4)
912912
- glog
913913
- RCT-Folly (= 2022.05.16.00)
914914
- React-Core

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.0.2"
25+
s.dependency "AirshipFrameworkProxy", "11.0.4"
2626

2727
end

0 commit comments

Comments
 (0)