Skip to content

Commit

Permalink
fix: declare support for 0.73 (#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Nov 30, 2023
1 parent fdf1e8c commit f2601e7
Show file tree
Hide file tree
Showing 9 changed files with 204 additions and 199 deletions.
1 change: 1 addition & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ brew 'swiftlint'
brew 'xcbeautify'
brew 'yarn'
cask 'temurin11'
cask 'temurin17'
1 change: 1 addition & 0 deletions android/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ static String getKspVersion(String kotlinVersion) {
def availableVersions = [
// Run `scripts/update-ksp-versions.mjs` to update this list
// update-ksp-versions start
"1.9.21-1.0.15",
"1.9.20-1.0.14",
"1.9.10-1.0.13",
"1.9.0-1.0.13",
Expand Down
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ PODS:
- React-jsinspector (0.72.6)
- React-logger (0.72.6):
- glog
- react-native-safe-area-context (4.7.2):
- react-native-safe-area-context (4.7.4):
- React-Core
- React-NativeModulesApple (0.72.6):
- React-callinvoker
Expand Down Expand Up @@ -392,7 +392,7 @@ PODS:
- React-jsi (= 0.72.6)
- React-logger (= 0.72.6)
- React-perflogger (= 0.72.6)
- ReactNativeHost (0.2.8):
- ReactNativeHost (0.2.9):
- React-Core
- React-cxxreact
- ReactCommon/turbomodule/core
Expand Down Expand Up @@ -565,7 +565,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: faca9c368233f59ed24601aca0185870466a96e9
React-jsinspector: 194e32c6aab382d88713ad3dd0025c5f5c4ee072
React-logger: cebf22b6cf43434e471dc561e5911b40ac01d289
react-native-safe-area-context: 7aa8e6d9d0f3100a820efb1a98af68aa747f9284
react-native-safe-area-context: 2cd91d532de12acdb0a9cbc8d43ac72a8e4c897c
React-NativeModulesApple: 63505fb94b71e2469cab35bdaf36cca813cb5bfd
React-perflogger: e3596db7e753f51766bceadc061936ef1472edc3
React-RCTActionSheet: 17ab132c748b4471012abbcdcf5befe860660485
Expand All @@ -583,12 +583,12 @@ SPEC CHECKSUMS:
React-runtimescheduler: 13b0c5e9354ccfc3dc9a391231e55debeb688523
React-utils: fa59c9a3375fb6f4aeb66714fd3f7f76b43a9f16
ReactCommon: 5f73972d2abd8a85e44f27317bf77418a74d3340
ReactNativeHost: 5caf8c9381f26c453fabbe8c3b87f6a013a3c459
ReactNativeHost: 3cc863b178e289d813b92816b149a3acde276d6e
ReactTestApp-DevSupport: 5fd0815a03f06e26b120ac7b8a7ff29824fa700b
ReactTestApp-Resources: 1f512f66574607bcfa614e9c0d30e7a990fecf30
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: b76f1acfda8212aa16b7e26bcce3983230c82603

PODFILE CHECKSUM: a0a692acf4827473693e5d8de3ca917e2e2df417
PODFILE CHECKSUM: 19cfcdb843222a5ebf8b3f3f3f0f7d3203b15a99

COCOAPODS: 1.13.0
COCOAPODS: 1.14.2
Loading

0 comments on commit f2601e7

Please sign in to comment.