From 5e295b63ab525ef63701a80650fc742010175d14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 03:32:20 +0000 Subject: [PATCH] Bump androidx.media3:media3-exoplayer-smoothstreaming in /android Bumps [androidx.media3:media3-exoplayer-smoothstreaming](https://github.com/androidx/media) from 1.1.1 to 1.3.1. - [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.3.1) --- updated-dependencies: - dependency-name: androidx.media3:media3-exoplayer-smoothstreaming 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 ba777dba8..6e44d685d 100644 --- a/android/sharedCode/build.gradle +++ b/android/sharedCode/build.gradle @@ -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.3.1' implementation project(':libs:gvr') implementation 'com.google.ar:core:1.41.0' implementation 'com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7' diff --git a/android/virocore/build.gradle b/android/virocore/build.gradle index 1d74c0f30..8dd6dd0e2 100644 --- a/android/virocore/build.gradle +++ b/android/virocore/build.gradle @@ -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.3.1' api project(':libs:gvr') implementation 'com.google.ar:core:1.41.0' //implementation project(path: ':sharedCode') diff --git a/android/viroreact/build.gradle b/android/viroreact/build.gradle index 99f9b517b..4765d9dae 100644 --- a/android/viroreact/build.gradle +++ b/android/viroreact/build.gradle @@ -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.3.1' implementation project(':libs:gvr') implementation 'com.google.ar:core:1.43.0' implementation 'com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7'