From bbf039ef657cba93ff3986905ce89e627f0686be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:26:31 +0000 Subject: [PATCH] Update dependency androidx.room:room-runtime to v2.6.0 --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 543c8fd..146047d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,9 +33,9 @@ androidx-datastore-core = "androidx.datastore:datastore-core:1.0.0" androidx-datastore = "androidx.datastore:datastore:1.0.0" androidx-core = "androidx.core:core-ktx:1.10.1" androidx-appcompat = "androidx.appcompat:appcompat:1.6.0" -androidx-room-runtime = "androidx.room:room-runtime:2.5.1" -androidx-room-ktx = "androidx.room:room-runtime:2.5.1" -androidx-room-compiler = "androidx.room:room-runtime:2.5.1" +androidx-room-runtime = "androidx.room:room-runtime:2.6.0" +androidx-room-ktx = "androidx.room:room-runtime:2.6.0" +androidx-room-compiler = "androidx.room:room-runtime:2.6.0" google-material = "com.google.android.material:material:1.8.0" google-hilt = "com.google.dagger:hilt-android:2.42"