Skip to content

Commit

Permalink
Roll androidx.room 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevack committed Nov 29, 2023
1 parent e137406 commit 99cdd7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ dependencies {
// Material
implementation("com.google.android.material:material:1.11.0-rc01")
// Room
implementation("androidx.room:room-runtime:2.6.0")
implementation("androidx.room:room-runtime:2.6.1")
//noinspection KaptUsageInsteadOfKsp
ksp("androidx.room:room-compiler:2.6.0")
implementation("androidx.room:room-ktx:2.6.0")
ksp("androidx.room:room-compiler:2.6.1")
implementation("androidx.room:room-ktx:2.6.1")
// Okio
implementation("com.squareup.okio:okio:3.6.0")
// Moshi
Expand Down

0 comments on commit 99cdd7b

Please sign in to comment.