From 09ca2e35ce1b8d9799b452bbb6b0a8a74e4f527d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 19:34:56 +0530 Subject: [PATCH] [Android]: Bump androidx.lifecycle:lifecycle-runtime-compose (#385) Bumps androidx.lifecycle:lifecycle-runtime-compose from 2.6.0-rc01 to 2.6.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-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> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c914b2ab..9ea85d15 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -102,7 +102,7 @@ dependencies { implementation "androidx.compose.ui:ui-tooling-preview:1.3.3" implementation 'androidx.activity:activity-compose:1.6.1' implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.0" - implementation "androidx.lifecycle:lifecycle-runtime-compose:2.6.0-rc01" + implementation "androidx.lifecycle:lifecycle-runtime-compose:2.6.0" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.0" implementation "androidx.compose.material:material-icons-extended:1.3.1" androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.3.3"