From 4d1213c43d6132e1e47328ffc26fec22c36d9f28 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Wed, 28 Aug 2024 14:25:19 +0200 Subject: [PATCH] gradle: dependencies update --- .idea/misc.xml | 3 ++- app/build.gradle | 14 +++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 3467fa48..cc25ef44 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,3 +1,4 @@ + - + diff --git a/app/build.gradle b/app/build.gradle index ffccce2f..a6e67f81 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,13 +89,13 @@ dependencies { implementation 'com.github.bumptech.glide:annotations:4.16.0' // Media3 - implementation 'androidx.media3:media3-session:1.4.0' - implementation 'androidx.media3:media3-common:1.4.0' - implementation 'androidx.media3:media3-exoplayer:1.4.0' - implementation 'androidx.media3:media3-ui:1.4.0' - implementation 'androidx.media3:media3-exoplayer-hls:1.4.0' - tempoImplementation 'androidx.media3:media3-cast:1.4.0' - playImplementation 'androidx.media3:media3-cast:1.4.0' + implementation 'androidx.media3:media3-session:1.4.1' + implementation 'androidx.media3:media3-common:1.4.1' + implementation 'androidx.media3:media3-exoplayer:1.4.1' + implementation 'androidx.media3:media3-ui:1.4.1' + implementation 'androidx.media3:media3-exoplayer-hls:1.4.1' + tempoImplementation 'androidx.media3:media3-cast:1.4.1' + playImplementation 'androidx.media3:media3-cast:1.4.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' annotationProcessor 'androidx.room:room-compiler:2.6.1'