From 6ae7fc21721286eb8794198717a755f1aa36489f Mon Sep 17 00:00:00 2001 From: antonio Date: Sun, 26 Nov 2023 16:18:47 +0100 Subject: [PATCH] gradle: dependencies update --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 32511a2f..86ebc911 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,11 +87,11 @@ dependencies { implementation 'com.github.bumptech.glide:annotations:4.16.0' // Media3 - implementation 'androidx.media3:media3-session:1.1.1' - implementation 'androidx.media3:media3-common:1.1.1' - implementation 'androidx.media3:media3-exoplayer:1.1.1' - implementation 'androidx.media3:media3-ui:1.1.1' - tempoImplementation 'androidx.media3:media3-cast:1.1.1' + implementation 'androidx.media3:media3-session:1.2.0' + implementation 'androidx.media3:media3-common:1.2.0' + implementation 'androidx.media3:media3-exoplayer:1.2.0' + implementation 'androidx.media3:media3-ui:1.2.0' + tempoImplementation 'androidx.media3:media3-cast:1.2.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' annotationProcessor 'androidx.room:room-compiler:2.6.0'