From f4bd7330ea57ae3549a48f46742fa0e01666cc7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 14:56:18 +0000 Subject: [PATCH] Bump androidx.compose.runtime:runtime-livedata from 1.4.3 to 1.5.1 Bumps androidx.compose.runtime:runtime-livedata from 1.4.3 to 1.5.1. --- updated-dependencies: - dependency-name: androidx.compose.runtime:runtime-livedata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fdd0f56..9c13e3d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation "androidx.compose.ui:ui:$compose_ui_version" implementation "androidx.compose.material:material-icons-extended:$compose_mat_version" implementation "androidx.compose.material:material:$compose_mat_version" - implementation 'androidx.compose.runtime:runtime-livedata:1.4.3' + implementation 'androidx.compose.runtime:runtime-livedata:1.5.1' implementation 'androidx.compose.material3:material3:1.1.1' implementation 'androidx.navigation:navigation-compose:2.7.1'