Skip to content

Commit

Permalink
chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx (#976)
Browse files Browse the repository at this point in the history
Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.5 to 2.8.6.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent dc565b7 commit c10eb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example-clientlib-ktx-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
implementation "androidx.compose.material:material:$compose_material_version"
implementation "androidx.compose.material:material-icons-core:$compose_material_version"
implementation "androidx.compose.material:material-icons-extended:$compose_material_version"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.5'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6'
implementation 'androidx.activity:activity-compose:1.9.2'
implementation "androidx.hilt:hilt-navigation-compose:1.2.0"
Expand Down

0 comments on commit c10eb19

Please sign in to comment.