From 5c20cae736fd6712d6b18d7763e8fff5bdc52c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:21:33 -0600 Subject: [PATCH] chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-compose (#950) Bumps androidx.lifecycle:lifecycle-viewmodel-compose from 2.8.4 to 2.8.5. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3df3aa02f..c3a71e772 100644 --- a/examples/example-clientlib-ktx-app/app/build.gradle +++ b/examples/example-clientlib-ktx-app/app/build.gradle @@ -72,7 +72,7 @@ dependencies { 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-viewmodel-compose:2.8.4' + implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.8.5' implementation 'androidx.activity:activity-compose:1.9.2' implementation "androidx.hilt:hilt-navigation-compose:1.2.0"