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'