Skip to content

Commit

Permalink
Merge pull request #400 from fobo66/renovate/room
Browse files Browse the repository at this point in the history
Update room to v2.6.0
  • Loading branch information
fobo66 authored Oct 28, 2023
2 parents 7c9a975 + a6f6f4e commit f5e22b3
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")
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 f5e22b3

Please sign in to comment.