From d417dc515dd6c364e9f07d9d69caaf0a1266b74c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:36:14 +0000 Subject: [PATCH] Bump androidx.compose.runtime:runtime-livedata from 1.4.3 to 1.5.2 Bumps androidx.compose.runtime:runtime-livedata from 1.4.3 to 1.5.2. --- 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..4d4a011 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.2' implementation 'androidx.compose.material3:material3:1.1.1' implementation 'androidx.navigation:navigation-compose:2.7.1'