From 0c8d4fb79c85ec0d2c21c309c9f856ad56f00cb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:46:26 +0000 Subject: [PATCH] chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.6 to 2.8.7. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/example-clientlib-ktx-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example-clientlib-ktx-app/app/build.gradle b/examples/example-clientlib-ktx-app/app/build.gradle index 88e3bfe4..acbd54e9 100644 --- a/examples/example-clientlib-ktx-app/app/build.gradle +++ b/examples/example-clientlib-ktx-app/app/build.gradle @@ -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.6' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7' implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7' implementation 'androidx.activity:activity-compose:1.9.3' implementation "androidx.hilt:hilt-navigation-compose:1.2.0"