From 1e19d59f61368e087ee4c7992d517c5cfe686a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:57:00 +0000 Subject: [PATCH] build: bump androidx.compose.runtime:runtime-android from 1.7.1 to 1.7.4 Bumps androidx.compose.runtime:runtime-android from 1.7.1 to 1.7.4. --- updated-dependencies: - dependency-name: androidx.compose.runtime:runtime-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ebd8cfb..a98d07b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ androidxDatastore = "1.1.1" androidxHiltNavigationCompose = "1.2.0" androidxLifecycle = "2.8.5" androidxNavigation = "2.8.0" -androidxRuntime = "1.7.1" +androidxRuntime = "1.7.4" androidxTestCore = "1.6.1" androidxTestRules = "1.6.1" androidxComposeUiTestAndroid = "1.7.1"