Skip to content

Commit

Permalink
Bump lifecycle_version from 2.6.2 to 2.8.0
Browse files Browse the repository at this point in the history
Bumps `lifecycle_version` from 2.6.2 to 2.8.0.

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

Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.6.2 to 2.8.0

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent 54e7b2a commit 4a2748a
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 @@ -4,7 +4,7 @@ buildscript {
ext.kotlin_version = '1.9.10'
ext.multidex_version = '2.0.1'
ext.preference_version = '1.2.1'
ext.lifecycle_version = '2.6.2'
ext.lifecycle_version = '2.8.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit 4a2748a

Please sign in to comment.