Dependencies update

This commit is contained in:
antonio 2023-04-03 18:05:52 +02:00
parent 85df6be5b8
commit 2cd0396b8f

View file

@ -51,12 +51,12 @@ dependencies {
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3' implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3' implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
implementation 'androidx.recyclerview:recyclerview:1.3.0' implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'androidx.room:room-runtime:2.5.0' implementation 'androidx.room:room-runtime:2.5.1'
implementation "androidx.cardview:cardview:1.0.0" implementation "androidx.cardview:cardview:1.0.0"
implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0'
// Google GMS // Google GMS
implementation 'com.google.android.gms:play-services-cast-framework:21.2.0' implementation 'com.google.android.gms:play-services-cast-framework:21.3.0'
// Android Material // Android Material
implementation 'com.google.android.material:material:1.9.0-alpha02' implementation 'com.google.android.material:material:1.9.0-alpha02'
@ -70,14 +70,14 @@ dependencies {
implementation 'com.github.bumptech.glide:annotations:4.15.1' implementation 'com.github.bumptech.glide:annotations:4.15.1'
// Media3 // Media3
implementation 'androidx.media3:media3-session:1.0.0-rc02' implementation 'androidx.media3:media3-session:1.0.0'
implementation 'androidx.media3:media3-common:1.0.0-rc02' implementation 'androidx.media3:media3-common:1.0.0'
implementation 'androidx.media3:media3-exoplayer:1.0.0-rc02' implementation 'androidx.media3:media3-exoplayer:1.0.0'
implementation 'androidx.media3:media3-ui:1.0.0-rc02' implementation 'androidx.media3:media3-ui:1.0.0'
implementation 'androidx.media3:media3-cast:1.0.0-rc02' implementation 'androidx.media3:media3-cast:1.0.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
annotationProcessor 'androidx.room:room-compiler:2.5.0' annotationProcessor 'androidx.room:room-compiler:2.5.1'
// Retrofit // Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:retrofit:2.9.0'