Skip to content

Commit

Permalink
Update dependency androidx.room:room-rxjava3 to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent a05034c commit 9359479
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 @@ -67,7 +67,7 @@ dependencies {
//room
implementation "androidx.room:room-ktx:2.4.2"
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation "androidx.room:room-rxjava3:2.4.2"
implementation "androidx.room:room-rxjava3:2.6.0"
kapt "androidx.room:room-compiler:2.4.2"

//Gson
Expand Down

0 comments on commit 9359479

Please sign in to comment.