更新播放模块

This commit is contained in:
lyswhut 2023-12-09 15:33:45 +08:00
parent f3c79fef56
commit 002f453cee
4 changed files with 10 additions and 9 deletions

View File

@ -9,12 +9,12 @@ const patchs = [
[ [
path.join(rootPath, './node_modules/react-native-quick-base64/android/CMakeLists.txt'), path.join(rootPath, './node_modules/react-native-quick-base64/android/CMakeLists.txt'),
'CMAKE_CXX_STANDARD 11', 'CMAKE_CXX_STANDARD 11',
'CMAKE_CXX_STANDARD 17', 'CMAKE_CXX_STANDARD 14',
], ],
[ [
path.join(rootPath, './node_modules/react-native-quick-md5/android/CMakeLists.txt'), path.join(rootPath, './node_modules/react-native-quick-md5/android/CMakeLists.txt'),
'CMAKE_CXX_STANDARD 11', 'CMAKE_CXX_STANDARD 11',
'CMAKE_CXX_STANDARD 17', 'CMAKE_CXX_STANDARD 14',
], ],
[ [
path.join(rootPath, './node_modules/react-native-navigation/lib/android/app/build.gradle'), path.join(rootPath, './node_modules/react-native-navigation/lib/android/app/build.gradle'),

12
package-lock.json generated
View File

@ -27,7 +27,7 @@
"react-native-pager-view": "^6.2.3", "react-native-pager-view": "^6.2.3",
"react-native-quick-base64": "^2.0.7", "react-native-quick-base64": "^2.0.7",
"react-native-quick-md5": "^3.0.5", "react-native-quick-md5": "^3.0.5",
"react-native-track-player": "github:lyswhut/react-native-track-player#c7e3166cab47df3a252952c99993eb2715e8f9ee", "react-native-track-player": "github:lyswhut/react-native-track-player#5c2fbbab733e34d298fa75a80749f1f0b56d4ed8",
"react-native-vector-icons": "^10.0.2" "react-native-vector-icons": "^10.0.2"
}, },
"devDependencies": { "devDependencies": {
@ -9026,8 +9026,8 @@
}, },
"node_modules/react-native-track-player": { "node_modules/react-native-track-player": {
"version": "2.1.2", "version": "2.1.2",
"resolved": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#c7e3166cab47df3a252952c99993eb2715e8f9ee", "resolved": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#5c2fbbab733e34d298fa75a80749f1f0b56d4ed8",
"integrity": "sha512-aScphsvRq4z4De48KbS3uvMbqDObDM7TfENDqXVuDxxTf9pJw3wPusIKWAYTRgwpeBvAarWbyhiWsAjE82VVsA==", "integrity": "sha512-vAAy4wVmzX9NIeVjpA1j3glyr5ayMJYOpa32tegb24tLpwAaR9oAEuPpjYxe+uucvyqFnZ7rCuqGCLRaZL4Xrw==",
"license": "Apache-2.0", "license": "Apache-2.0",
"peerDependencies": { "peerDependencies": {
"react": ">=16.8.6", "react": ">=16.8.6",
@ -17154,9 +17154,9 @@
} }
}, },
"react-native-track-player": { "react-native-track-player": {
"version": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#c7e3166cab47df3a252952c99993eb2715e8f9ee", "version": "git+ssh://git@github.com/lyswhut/react-native-track-player.git#5c2fbbab733e34d298fa75a80749f1f0b56d4ed8",
"integrity": "sha512-aScphsvRq4z4De48KbS3uvMbqDObDM7TfENDqXVuDxxTf9pJw3wPusIKWAYTRgwpeBvAarWbyhiWsAjE82VVsA==", "integrity": "sha512-vAAy4wVmzX9NIeVjpA1j3glyr5ayMJYOpa32tegb24tLpwAaR9oAEuPpjYxe+uucvyqFnZ7rCuqGCLRaZL4Xrw==",
"from": "react-native-track-player@github:lyswhut/react-native-track-player#c7e3166cab47df3a252952c99993eb2715e8f9ee", "from": "react-native-track-player@github:lyswhut/react-native-track-player#5c2fbbab733e34d298fa75a80749f1f0b56d4ed8",
"requires": {} "requires": {}
}, },
"react-native-vector-icons": { "react-native-vector-icons": {

View File

@ -61,7 +61,7 @@
"react-native-pager-view": "^6.2.3", "react-native-pager-view": "^6.2.3",
"react-native-quick-base64": "^2.0.7", "react-native-quick-base64": "^2.0.7",
"react-native-quick-md5": "^3.0.5", "react-native-quick-md5": "^3.0.5",
"react-native-track-player": "github:lyswhut/react-native-track-player#c7e3166cab47df3a252952c99993eb2715e8f9ee", "react-native-track-player": "github:lyswhut/react-native-track-player#5c2fbbab733e34d298fa75a80749f1f0b56d4ed8",
"react-native-vector-icons": "^10.0.2" "react-native-vector-icons": "^10.0.2"
}, },
"devDependencies": { "devDependencies": {

View File

@ -25,3 +25,4 @@
- 移除所有内置源由于收到腾讯投诉要求停止提供软件内置的连接到他们平台的在线播放及下载服务所以从即日2023年10月18日起LX本身不再提供上述服务 - 移除所有内置源由于收到腾讯投诉要求停止提供软件内置的连接到他们平台的在线播放及下载服务所以从即日2023年10月18日起LX本身不再提供上述服务
- 更新许可协议的排版,使其看起来更加清晰明了,更新数据来源原理说明 - 更新许可协议的排版,使其看起来更加清晰明了,更新数据来源原理说明
- 更新 React native 到 v0.73.0 - 更新 React native 到 v0.73.0
- 核心播放器从 ExoPlayer 迁移到 media3 v1.2.0