diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8fc161d9..3418ff95 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -430,7 +430,7 @@ dependencies { ksp("androidx.room:room-compiler:2.6.1") // optional - Kotlin Extensions and Coroutines support for Room - implementation("androidx.room:room-ktx:2.6.1") + implementation("androidx.room:room-ktx:2.7.0") implementation("pl.droidsonroids.gif:android-gif-drawable:1.2.29")