From a38a2084bc17873adec1ea4a2e9be17422d3f759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 05:42:55 +0000 Subject: [PATCH] Bump androidx.media3:media3-exoplayer-dash in /android Bumps [androidx.media3:media3-exoplayer-dash](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](https://github.com/androidx/media/compare/1.1.1...1.5.0) --- updated-dependencies: - dependency-name: androidx.media3:media3-exoplayer-dash dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/sharedCode/build.gradle | 2 +- android/virocore/build.gradle | 2 +- android/viroreact/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/sharedCode/build.gradle b/android/sharedCode/build.gradle index 37d9b1d1e..b8d6f1118 100644 --- a/android/sharedCode/build.gradle +++ b/android/sharedCode/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "androidx.appcompat:appcompat:1.0.0" implementation 'androidx.media3:media3-exoplayer:1.1.1' - implementation 'androidx.media3:media3-exoplayer-dash:1.1.1' + implementation 'androidx.media3:media3-exoplayer-dash:1.5.0' implementation 'androidx.media3:media3-exoplayer-hls:1.1.1' implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.1.1' implementation project(':libs:gvr') diff --git a/android/virocore/build.gradle b/android/virocore/build.gradle index 863343183..ab01edc96 100644 --- a/android/virocore/build.gradle +++ b/android/virocore/build.gradle @@ -90,7 +90,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "androidx.appcompat:appcompat:1.0.0" implementation 'androidx.media3:media3-exoplayer:1.1.1' - implementation 'androidx.media3:media3-exoplayer-dash:1.1.1' + implementation 'androidx.media3:media3-exoplayer-dash:1.5.0' implementation 'androidx.media3:media3-exoplayer-hls:1.1.1' implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.1.1' api project(':libs:gvr') diff --git a/android/viroreact/build.gradle b/android/viroreact/build.gradle index 5e0efe6fe..ceb76f799 100644 --- a/android/viroreact/build.gradle +++ b/android/viroreact/build.gradle @@ -95,7 +95,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "androidx.appcompat:appcompat:1.0.0" implementation 'androidx.media3:media3-exoplayer:1.1.1' - implementation 'androidx.media3:media3-exoplayer-dash:1.1.1' + implementation 'androidx.media3:media3-exoplayer-dash:1.5.0' implementation 'androidx.media3:media3-exoplayer-hls:1.1.1' implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.1.1' implementation project(':libs:gvr')