diff --git a/library/build.gradle b/library/build.gradle index 45ebec4..9dcf599 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.12.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0' - implementation 'androidx.room:room-runtime:2.6.1' + implementation 'androidx.room:room-runtime:2.7.1' implementation 'androidx.room:room-ktx:2.6.1' compileOnly 'javax.annotation:javax.annotation-api:1.3.2' }