Skip to content

Commit

Permalink
fix: declare support for 0.77
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Jan 2, 2025
1 parent 9c5adb2 commit 161e9f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/gradle-wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const INT_MAX = 2 ** 31 - 1;
* @type {[number, [number, string], [number, string]][]}
*/
const GRADLE_VERSIONS = [
[v(0, 76, 0), [v(8, 10, 2), "8.10.2"], [INT_MAX, ""]], // 0.76: [8.10.2, *)
[v(0, 76, 0), [v(8, 11, 1), "8.11.1"], [INT_MAX, ""]], // 0.76: [8.11.1, *)
[v(0, 75, 0), [v(8, 8, 0), "8.8"], [v(8, 9, 0), "8.8"]], // 0.75: [8.8, 8.9)
[v(0, 74, 0), [v(8, 6, 0), "8.6"], [v(8, 9, 0), "8.8"]], // 0.74: [8.6, 8.9)
[v(0, 73, 0), [v(8, 3, 0), "8.3"], [v(8, 9, 0), "8.8"]], // 0.73: [8.3, 8.9)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@
"uuid": "^10.0.0"
},
"peerDependencies": {
"@callstack/react-native-visionos": "0.73 - 0.76",
"@callstack/react-native-visionos": "0.73 - 0.77",
"@expo/config-plugins": ">=5.0",
"react": "18.1 - 19.0",
"react-native": "0.70 - 0.76 || >=0.77.0-0 <0.77.0",
"react-native": "0.70 - 0.77 || >=0.78.0-0 <0.78.0",
"react-native-macos": "^0.0.0-0 || 0.71 - 0.76",
"react-native-windows": "^0.0.0-0 || 0.70 - 0.76"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11989,10 +11989,10 @@ __metadata:
typescript: "npm:^5.0.0"
uuid: "npm:^10.0.0"
peerDependencies:
"@callstack/react-native-visionos": 0.73 - 0.76
"@callstack/react-native-visionos": 0.73 - 0.77
"@expo/config-plugins": ">=5.0"
react: 18.1 - 19.0
react-native: 0.70 - 0.76 || >=0.77.0-0 <0.77.0
react-native: 0.70 - 0.77 || >=0.78.0-0 <0.78.0
react-native-macos: ^0.0.0-0 || 0.71 - 0.76
react-native-windows: ^0.0.0-0 || 0.70 - 0.76
peerDependenciesMeta:
Expand Down

0 comments on commit 161e9f7

Please sign in to comment.