From 6ddadea1dd5474328dd1c4310a82682b3074f6d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 11:45:37 +0100 Subject: [PATCH] Bump androidx.activity:activity-compose from 1.8.0 to 1.8.1 (#604) Bumps androidx.activity:activity-compose from 1.8.0 to 1.8.1. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 70f0f310..47299275 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -106,7 +106,7 @@ dependencies { implementation "androidx.compose.material:material:$compose_version" implementation "androidx.compose.material:material-icons-core:$compose_version" implementation "androidx.compose.runtime:runtime-livedata:$compose_version" - implementation "androidx.activity:activity-compose:1.8.0" + implementation "androidx.activity:activity-compose:1.8.1" // AndroidX Hilt (dependency injection) implementation "com.google.dagger:hilt-android:$hilt_version"