From f184ace301f33e1d56f082471b89d525148ac0fe Mon Sep 17 00:00:00 2001 From: antonio Date: Wed, 29 Nov 2023 19:22:25 +0100 Subject: [PATCH] gradle: dependencies update --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 770f3b6a..7267fd4a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation 'androidx.navigation:navigation-fragment-ktx:2.7.5' implementation 'androidx.navigation:navigation-ui-ktx:2.7.5' implementation 'androidx.recyclerview:recyclerview:1.3.2' - implementation 'androidx.room:room-runtime:2.6.0' + implementation 'androidx.room:room-runtime:2.6.1' implementation 'androidx.core:core-splashscreen:1.0.1' implementation "androidx.appcompat:appcompat:1.6.1" @@ -94,7 +94,7 @@ dependencies { tempoImplementation 'androidx.media3:media3-cast:1.2.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' - annotationProcessor 'androidx.room:room-compiler:2.6.0' + annotationProcessor 'androidx.room:room-compiler:2.6.1' // Retrofit implementation 'com.squareup.retrofit2:retrofit:2.9.0'