Skip to content

Commit

Permalink
Bump androidx.media3:media3-exoplayer-smoothstreaming in /android
Browse files Browse the repository at this point in the history
Bumps [androidx.media3:media3-exoplayer-smoothstreaming](https://github.com/androidx/media) from 1.1.1 to 1.5.0.
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.1.1...1.5.0)

---
updated-dependencies:
- dependency-name: androidx.media3:media3-exoplayer-smoothstreaming
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 657c08d commit c79a6a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/sharedCode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation 'androidx.media3:media3-exoplayer:1.1.1'
implementation 'androidx.media3:media3-exoplayer-dash:1.1.1'
implementation 'androidx.media3:media3-exoplayer-hls:1.1.1'
implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.1.1'
implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.5.0'
implementation project(':libs:gvr')
implementation 'com.google.ar:core:1.45.0'
implementation 'com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7'
Expand Down
2 changes: 1 addition & 1 deletion android/virocore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies {
implementation 'androidx.media3:media3-exoplayer:1.1.1'
implementation 'androidx.media3:media3-exoplayer-dash:1.1.1'
implementation 'androidx.media3:media3-exoplayer-hls:1.1.1'
implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.1.1'
implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.5.0'
api project(':libs:gvr')
implementation 'com.google.ar:core:1.45.0'
//implementation project(path: ':sharedCode')
Expand Down
2 changes: 1 addition & 1 deletion android/viroreact/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {
implementation 'androidx.media3:media3-exoplayer:1.1.1'
implementation 'androidx.media3:media3-exoplayer-dash:1.1.1'
implementation 'androidx.media3:media3-exoplayer-hls:1.1.1'
implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.1.1'
implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.5.0'
implementation project(':libs:gvr')
implementation 'com.google.ar:core:1.45.0'
implementation 'com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7'
Expand Down

0 comments on commit c79a6a8

Please sign in to comment.