From 380433385a3def1aaa33463aa7e4ced4b8add699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 05:03:44 +0000 Subject: [PATCH] chore(deps): bump androidx.media3:media3-exoplayer-smoothstreaming Bumps [androidx.media3:media3-exoplayer-smoothstreaming](https://github.com/androidx/media) from 1.1.1 to 1.9.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.9.1) --- updated-dependencies: - dependency-name: androidx.media3:media3-exoplayer-smoothstreaming dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/sharedCode/build.gradle | 8 ++++---- android/virocore/build.gradle | 8 ++++---- android/viroreact/build.gradle | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/android/sharedCode/build.gradle b/android/sharedCode/build.gradle index 0288f58f4..aa56f692c 100644 --- a/android/sharedCode/build.gradle +++ b/android/sharedCode/build.gradle @@ -41,10 +41,10 @@ android { 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-hls:1.1.1' - implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.1.1' + implementation 'androidx.media3:media3-exoplayer:1.9.1' + implementation 'androidx.media3:media3-exoplayer-dash:1.9.1' + implementation 'androidx.media3:media3-exoplayer-hls:1.9.1' + implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.9.1' implementation project(':libs:gvr') implementation 'com.google.ar:core:1.51.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 b2ef6462f..855876a07 100644 --- a/android/virocore/build.gradle +++ b/android/virocore/build.gradle @@ -89,10 +89,10 @@ android { 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-hls:1.1.1' - implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.1.1' + implementation 'androidx.media3:media3-exoplayer:1.9.1' + implementation 'androidx.media3:media3-exoplayer-dash:1.9.1' + implementation 'androidx.media3:media3-exoplayer-hls:1.9.1' + implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.9.1' api project(':libs:gvr') implementation 'com.google.ar:core:1.51.0' //implementation project(path: ':sharedCode') diff --git a/android/viroreact/build.gradle b/android/viroreact/build.gradle index a27bc29e9..89272c6ab 100644 --- a/android/viroreact/build.gradle +++ b/android/viroreact/build.gradle @@ -94,10 +94,10 @@ android { 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-hls:1.1.1' - implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.1.1' + implementation 'androidx.media3:media3-exoplayer:1.9.1' + implementation 'androidx.media3:media3-exoplayer-dash:1.9.1' + implementation 'androidx.media3:media3-exoplayer-hls:1.9.1' + implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.9.1' implementation project(':libs:gvr') implementation 'com.google.ar:core:1.51.0' implementation 'com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7'