Skip to content

Commit

Permalink
Update dependency androidx.room:room-runtime to v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent 6e1a0b3 commit 03bbeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ android {
implementation "com.squareup.retrofit2:converter-gson:2.9.0"

// Room
implementation "androidx.room:room-runtime:2.5.0"
implementation "androidx.room:room-runtime:2.5.2"
kapt "androidx.room:room-compiler:2.5.0"
implementation "androidx.room:room-ktx:2.4.0"

Expand Down

0 comments on commit 03bbeb0

Please sign in to comment.