diff --git a/.idea/misc.xml b/.idea/misc.xml index d3c08545..3467fa48 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -191,7 +191,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 8c384916..67be0fa0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,12 +84,12 @@ dependencies { implementation 'com.github.bumptech.glide:annotations:4.16.0' // Media3 - implementation 'androidx.media3:media3-session:1.3.1' - implementation 'androidx.media3:media3-common:1.3.1' - implementation 'androidx.media3:media3-exoplayer:1.3.1' - implementation 'androidx.media3:media3-ui:1.3.1' - implementation 'androidx.media3:media3-exoplayer-hls:1.3.1' - tempoImplementation 'androidx.media3:media3-cast:1.3.1' + 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' annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' annotationProcessor 'androidx.room:room-compiler:2.6.1'