Skip to content

Commit

Permalink
Update to 2.0.7 proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Apr 29, 2023
1 parent 899d066 commit ad331df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Airship_targetSdkVersion=31
Airship_compileSdkVersion=31
Airship_ndkversion=21.4.7075529

Airship_airshipProxyVersion=2.0.6
Airship_airshipProxyVersion=2.0.7

# workaround for now, used for HMS
Airship_airshipVersion=16.9.2
Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PODS:
- Airship/Core
- Airship/PreferenceCenter (16.11.3):
- Airship/Core
- AirshipFrameworkProxy (2.0.6):
- AirshipFrameworkProxy (2.0.7):
- Airship (= 16.11.3)
- Airship/MessageCenter (= 16.11.3)
- Airship/PreferenceCenter (= 16.11.3)
Expand Down Expand Up @@ -319,7 +319,7 @@ PODS:
- React-logger (0.71.1):
- glog
- react-native-airship (15.2.4):
- AirshipFrameworkProxy (= 2.0.6)
- AirshipFrameworkProxy (= 2.0.7)
- React-Core
- react-native-safe-area-context (4.5.0):
- RCT-Folly
Expand Down Expand Up @@ -583,7 +583,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Airship: c70eed50e429f97f5adb285423c7291fb7a032ae
AirshipFrameworkProxy: cb516210b6e1880920de53942c716ec28fb0cecf
AirshipFrameworkProxy: 393033df78ce5bd7f2faf4668d145f6d0a778060
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
Expand Down Expand Up @@ -617,7 +617,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 60cf272aababc5212410e4249d17cea14fc36caa
React-jsinspector: ff56004b0c974b688a6548c156d5830ad751ae07
React-logger: 60a0b5f8bed667ecf9e24fecca1f30d125de6d75
react-native-airship: 989c3a4b9f9a255ff6cc05c0fcd08d053276dce1
react-native-airship: bfdc6c4e1dcbc62c86a0619783bf06ef1009d83f
react-native-safe-area-context: 39c2d8be3328df5d437ac1700f4f3a4f75716acc
React-perflogger: ec8eef2a8f03ecfa6361c2c5fb9197ef4a29cc85
React-RCTActionSheet: a0c023b86cf4c862fa9c4eb0f6f91fbe878fb2de
Expand Down
2 changes: 1 addition & 1 deletion react-native-airship.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ Pod::Spec.new do |s|



s.dependency "AirshipFrameworkProxy", "2.0.6"
s.dependency "AirshipFrameworkProxy", "2.0.7"

end

0 comments on commit ad331df

Please sign in to comment.