Skip to content

Commit c10eb19

Browse files
chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx (#976)
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>
1 parent dc565b7 commit c10eb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example-clientlib-ktx-app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies {
7171
implementation "androidx.compose.material:material:$compose_material_version"
7272
implementation "androidx.compose.material:material-icons-core:$compose_material_version"
7373
implementation "androidx.compose.material:material-icons-extended:$compose_material_version"
74-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.5'
74+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6'
7575
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6'
7676
implementation 'androidx.activity:activity-compose:1.9.2'
7777
implementation "androidx.hilt:hilt-navigation-compose:1.2.0"

0 commit comments

Comments
 (0)