Skip to content

Commit

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

Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.8.1 to 2.8.2

Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.8.1 to 2.8.2

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.lifecycle:lifecycle-livedata-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 Jun 17, 2024
1 parent 85e8319 commit 59d20f7
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 @@ -6,7 +6,7 @@ buildscript {
ext.junit_version = '4.13.2'
ext.koin_version = '3.5.6'
ext.kotlin_coroutines_version = '1.8.1'
ext.lifecycle_version = '2.8.1'
ext.lifecycle_version = '2.8.2'
ext.lifecycle_test_version = '2.2.0'
ext.mockk_version = '1.13.11'
ext.okhttp_version = '4.12.0'
Expand Down

0 comments on commit 59d20f7

Please sign in to comment.