Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
build(deps): bump room_version from 2.5.2 to 2.6.0
Browse files Browse the repository at this point in the history
Bumps `room_version` from 2.5.2 to 2.6.0.

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

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

Updates `androidx.room:room-rxjava3` from 2.5.2 to 2.6.0

Updates `androidx.room:room-testing` from 2.5.2 to 2.6.0

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent bd3efc0 commit e853571
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 @@ -63,7 +63,7 @@ dependencies {
def media3_version = "1.1.1"
def rxjava3_version = "3.1.8"
def rxjava3_android_version = "3.0.2"
def room_version = "2.5.2"
def room_version = "2.6.0"

implementation project(path: ':BilibiliLiveApiClient')

Expand Down

0 comments on commit e853571

Please sign in to comment.