Skip to content

Commit

Permalink
Bump room_version from 2.6.0 to 2.6.1
Browse files Browse the repository at this point in the history
Bumps `room_version` from 2.6.0 to 2.6.1.

Updates `androidx.room:room-runtime` from 2.6.0 to 2.6.1

Updates `androidx.room:room-compiler` from 2.6.0 to 2.6.1

---
updated-dependencies:
- dependency-name: androidx.room:room-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent ab04223 commit 675a185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ println "Gradle uses Java ${Jvm.current()}"
ext {
compileSdkVersion = 34
targetSdk = 34
room_version = "2.6.0"
room_version = "2.6.1"
logcatVersion = "3.2"
}

Expand Down

0 comments on commit 675a185

Please sign in to comment.