From e6e0e399e0c0a3e357f6010781dcd8efc40b6f92 Mon Sep 17 00:00:00 2001 From: antonio Date: Sun, 21 Jan 2024 18:51:57 +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 96420826..16787384 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.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' + implementation 'androidx.media3:media3-session:1.2.1' + implementation 'androidx.media3:media3-common:1.2.1' + implementation 'androidx.media3:media3-exoplayer:1.2.1' + implementation 'androidx.media3:media3-ui:1.2.1' + tempoImplementation 'androidx.media3:media3-cast:1.2.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' annotationProcessor 'androidx.room:room-compiler:2.6.1'