Skip to content

Commit

Permalink
Update room to v2.6.0-rc01
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2023
1 parent 4fa35c9 commit 1218954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ dependencyResolutionManagement {
}

register("room") {
version("room", "2.6.0-beta01")
version("room", "2.6.0-rc01")
library("runtime", "androidx.room", "room-runtime").versionRef("room")
library("ktx", "androidx.room", "room-ktx").versionRef("room")
library("compiler", "androidx.room", "room-compiler").versionRef("room")
Expand Down

0 comments on commit 1218954

Please sign in to comment.