From 663285611b18d4428abc602ee7754b9f622d6874 Mon Sep 17 00:00:00 2001 From: antonio Date: Fri, 23 Jun 2023 09:29:10 +0200 Subject: [PATCH] build: dependencies update --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f4d8190c..7b8b7e57 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'