build: dependencies update

This commit is contained in:
antonio 2023-06-23 09:29:10 +02:00
parent 574f49345b
commit 663285611b

View file

@ -62,7 +62,7 @@ dependencies {
implementation 'androidx.navigation:navigation-fragment-ktx:2.6.0'
implementation 'androidx.navigation:navigation-ui-ktx:2.6.0'
implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'androidx.room:room-runtime:2.5.1'
implementation 'androidx.room:room-runtime:2.5.2'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.core:core-splashscreen:1.0.1'
@ -89,7 +89,7 @@ dependencies {
implementation 'androidx.media3:media3-cast:1.0.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
annotationProcessor 'androidx.room:room-compiler:2.5.1'
annotationProcessor 'androidx.room:room-compiler:2.5.2'
// Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'