-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation from submodules (#170)
Co-authored-by: theoplayer-bot[bot] <873105+theoplayer-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
899901f
commit aab3a94
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule web-ui
updated
6 files
+4 −0 | CHANGELOG.md | |
+6 −6 | package-lock.json | |
+1 −1 | package.json | |
+4 −0 | react/CHANGELOG.md | |
+2 −2 | react/package.json | |
+2 −0 | src/components/QualityRadioGroup.ts |
Submodule android-connector
updated
5 files
Submodule react-native-theoplayer
updated
10 files
+6 −0 | CHANGELOG.md | |
+1 −1 | android/build.gradle | |
+4 −3 | e2e/package-lock.json | |
+1 −0 | example/src/App.tsx | |
+6 −0 | example/web/webpack.config.js | |
+2 −2 | package-lock.json | |
+1 −1 | package.json | |
+7 −0 | src/api/config/PlayerConfiguration.ts | |
+12 −2 | src/internal/THEOplayerView.web.tsx | |
+39 −0 | src/internal/utils/ServiceWorkerUtils.ts |