Skip to content

Commit

Permalink
build(deps): Bump lifecycleVersion from 2.6.1 to 2.6.2
Browse files Browse the repository at this point in the history
Bumps `lifecycleVersion` from 2.6.1 to 2.6.2.

Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.6.1 to 2.6.2

Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.6.1 to 2.6.2

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and stefan-niedermann committed Sep 7, 2023
1 parent 6ef714c commit dd9fb20
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 @@ -68,7 +68,7 @@ android {

dependencies {
def cameraVersion = "1.2.3"
def lifecycleVersion = "2.6.1"
def lifecycleVersion = "2.6.2"
def roomVersion = "2.5.2"
def glideVersion = "4.16.0"
def nextcloudCommonsVersion = "1.8.2"
Expand Down

0 comments on commit dd9fb20

Please sign in to comment.