Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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-ktx` 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-ktx
  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]>
dependabot[bot] authored Dec 12, 2023
1 parent e213398 commit 6df6e58
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
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.9.21"
ext.room_version = "2.6.0"
ext.room_version = "2.6.1"
ext.workmanager_version = "2.8.1"
ext.about_libraries_version="10.8.3"

0 comments on commit 6df6e58

Please sign in to comment.