Skip to content

Commit c509a97

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,13 +424,13 @@ dependencies {
424424
implementation("com.github.fingerprintjs:fingerprint-android:2.2.0")
425425

426426
// room
427-
implementation("androidx.room:room-runtime:2.6.1")
427+
implementation("androidx.room:room-runtime:2.8.2")
428428

429429
// To use Kotlin Symbol Processing (KSP)
430-
ksp("androidx.room:room-compiler:2.6.1")
430+
ksp("androidx.room:room-compiler:2.8.2")
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.8.2")
434434

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

0 commit comments

Comments
 (0)