Skip to content

Commit e49513d

Browse files
Bump androidx.room:room-ktx from 2.6.1 to 2.7.1
Bumps androidx.room:room-ktx from 2.6.1 to 2.7.1. --- updated-dependencies: - dependency-name: androidx.room:room-ktx dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e14a9e4 commit e49513d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ dependencies {
430430
ksp("androidx.room:room-compiler:2.6.1")
431431

432432
// optional - Kotlin Extensions and Coroutines support for Room
433-
implementation("androidx.room:room-ktx:2.6.1")
433+
implementation("androidx.room:room-ktx:2.7.1")
434434

435435
implementation("pl.droidsonroids.gif:android-gif-drawable:1.2.29")
436436

0 commit comments

Comments
 (0)