Skip to content

Commit

Permalink
Bump androidx.lifecycle:lifecycle-livedata-ktx from 2.8.4 to 2.8.6
Browse files Browse the repository at this point in the history
Bumps androidx.lifecycle:lifecycle-livedata-ktx from 2.8.4 to 2.8.6.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 22, 2024
1 parent 4411efa commit 6e6dbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ dependencies {
implementation("org.dmfs:lib-recur:0.17.1")

// lifecycle
val lifecycle_version = "2.8.4"
val lifecycle_version = "2.8.6"
implementation("androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version")
}

Expand Down

0 comments on commit 6e6dbba

Please sign in to comment.