From 8bd5ec59e8909b1b7e355175f0422b55a0ade2ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:10:37 +0000 Subject: [PATCH] Bump androidx.compose.runtime:runtime-livedata from 1.4.3 to 1.5.3 Bumps androidx.compose.runtime:runtime-livedata from 1.4.3 to 1.5.3. --- 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 3b52b96..e21e7ac 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.3' implementation 'androidx.compose.material3:material3:1.1.1' implementation 'androidx.navigation:navigation-compose:2.7.1'