gradle: dependencies update

This commit is contained in:
CappielloAntonio 2024-08-21 14:42:46 +02:00
parent fb7296b467
commit a49c78b9f1
2 changed files with 7 additions and 7 deletions

2
.idea/misc.xml generated
View file

@ -191,7 +191,7 @@
</map> </map>
</option> </option>
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" /> <output url="file://$PROJECT_DIR$/build/classes" />
</component> </component>
<component name="ProjectType"> <component name="ProjectType">

View file

@ -84,12 +84,12 @@ dependencies {
implementation 'com.github.bumptech.glide:annotations:4.16.0' implementation 'com.github.bumptech.glide:annotations:4.16.0'
// Media3 // Media3
implementation 'androidx.media3:media3-session:1.3.1' implementation 'androidx.media3:media3-session:1.4.0'
implementation 'androidx.media3:media3-common:1.3.1' implementation 'androidx.media3:media3-common:1.4.0'
implementation 'androidx.media3:media3-exoplayer:1.3.1' implementation 'androidx.media3:media3-exoplayer:1.4.0'
implementation 'androidx.media3:media3-ui:1.3.1' implementation 'androidx.media3:media3-ui:1.4.0'
implementation 'androidx.media3:media3-exoplayer-hls:1.3.1' implementation 'androidx.media3:media3-exoplayer-hls:1.4.0'
tempoImplementation 'androidx.media3:media3-cast:1.3.1' tempoImplementation 'androidx.media3:media3-cast:1.4.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
annotationProcessor 'androidx.room:room-compiler:2.6.1' annotationProcessor 'androidx.room:room-compiler:2.6.1'