Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[video_player]: Bump exoplayer-smoothstreaming
Bumps [exoplayer-smoothstreaming](https://github.com/google/ExoPlayer) from 2.17.0 to 2.17.1.
- [Release notes](https://github.com/google/ExoPlayer/releases)
- [Changelog](https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md)
- [Commits](google/ExoPlayer@r2.17.0...r2.17.1)

---
updated-dependencies:
- dependency-name: com.google.android.exoplayer:exoplayer-smoothstreaming
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 4, 2022
commit 7c189bbabba5af5c0b21faca5fbee6dbafef1d9f
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
implementation 'com.google.android.exoplayer:exoplayer-core:2.17.0'
implementation 'com.google.android.exoplayer:exoplayer-hls:2.17.0'
implementation 'com.google.android.exoplayer:exoplayer-dash:2.17.0'
implementation 'com.google.android.exoplayer:exoplayer-smoothstreaming:2.17.0'
implementation 'com.google.android.exoplayer:exoplayer-smoothstreaming:2.17.1'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-inline:3.9.0'
}
Expand Down