From 27fdb1c21ae974d2dd4bbab3abb6f168a6b1f975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 00:35:55 +0000 Subject: [PATCH] build: bump androidx.compose.runtime:runtime-android from 1.7.1 to 1.7.2 Bumps androidx.compose.runtime:runtime-android from 1.7.1 to 1.7.2. --- 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..0e1fa9d 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.2" androidxTestCore = "1.6.1" androidxTestRules = "1.6.1" androidxComposeUiTestAndroid = "1.7.1"