Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Dec 11, 2023
1 parent 1d87ec8 commit 5a41812
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
5 changes: 0 additions & 5 deletions dependencies-patch.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ const path = require('node:path')
const rootPath = path.join(__dirname, './')

const patchs = [
[
path.join(rootPath, './node_modules/react-native-quick-md5/android/CMakeLists.txt'),
'CMAKE_CXX_STANDARD 11',
'CMAKE_CXX_STANDARD 14',
],
[
path.join(rootPath, './node_modules/react-native-navigation/lib/android/app/build.gradle'),
`
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"react-native-navigation": "^7.37.2",
"react-native-pager-view": "^6.2.3",
"react-native-quick-base64": "^2.0.8",
"react-native-quick-md5": "^3.0.5",
"react-native-quick-md5": "^3.0.6",
"react-native-track-player": "github:lyswhut/react-native-track-player#5c2fbbab733e34d298fa75a80749f1f0b56d4ed8",
"react-native-vector-icons": "^10.0.2"
},
Expand Down

0 comments on commit 5a41812

Please sign in to comment.