Bump androidx.room:room-ktx from 2.6.1 to 2.8.3

Bumps androidx.room:room-ktx from 2.6.1 to 2.8.3.

---
updated-dependencies:
- dependency-name: androidx.room:room-ktx
  dependency-version: 2.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/gradle/androidx.room-room-ktx-2.8.3
dependabot[bot] 7 days ago committed by GitHub
parent e14a9e4203
commit 2ad3b81d01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -424,13 +424,13 @@ dependencies {
implementation("com.github.fingerprintjs:fingerprint-android:2.2.0")
// room
implementation("androidx.room:room-runtime:2.6.1")
implementation("androidx.room:room-runtime:2.8.3")
// To use Kotlin Symbol Processing (KSP)
ksp("androidx.room:room-compiler:2.6.1")
ksp("androidx.room:room-compiler:2.8.3")
// optional - Kotlin Extensions and Coroutines support for Room
implementation("androidx.room:room-ktx:2.6.1")
implementation("androidx.room:room-ktx:2.8.3")
implementation("pl.droidsonroids.gif:android-gif-drawable:1.2.29")

Loading…
Cancel
Save