Skip to content

Commit 4a203e2

Browse files
committed
fix(harmony): widen rnoh dependency range to support both 0.72 and 0.77+
1 parent 4e89061 commit 4a203e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

harmony/pushy/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
main: 'index.ets',
1010
version: '10.35.1',
1111
dependencies: {
12-
'@rnoh/react-native-openharmony': '^0.72.96',
12+
'@rnoh/react-native-openharmony': '>=0.72.96',
1313
},
1414
modelVersion: '5.0.0',
1515
}

0 commit comments

Comments
 (0)