From ec43c31985316b10fe79e9c08155d719e44abe24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 18:55:20 +0000 Subject: [PATCH] Update dependency androidx.room:room-runtime to v2.7.1 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }