From 02a8a55ebfcaacf278795db1bc20c20c278f25c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 06:42:23 +0000 Subject: [PATCH] Bump androidx.activity:activity-compose from 1.9.0 to 1.9.1 Bumps androidx.activity:activity-compose from 1.9.0 to 1.9.1. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-patch ... 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 6f823298..c80b4639 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -105,7 +105,7 @@ dependencies { implementation "androidx.compose.material3:material3:1.2.1" implementation "androidx.compose.material:material-icons-core:$compose_version" implementation "androidx.compose.runtime:runtime-livedata:$compose_version" - implementation "androidx.activity:activity-compose:1.9.0" + implementation "androidx.activity:activity-compose:1.9.1" // AndroidX Hilt (dependency injection) implementation "com.google.dagger:hilt-android:$hilt_version"