From 43ca0c6b2bded16a55a6278d98b402c25008d918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 10:51:42 +0200 Subject: [PATCH] Bump androidx.activity:activity-compose from 1.8.2 to 1.9.0 (#661) Bumps androidx.activity:activity-compose from 1.8.2 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-minor ... 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 eadd1068..bd81c095 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.8.2" + implementation "androidx.activity:activity-compose:1.9.0" // AndroidX Hilt (dependency injection) implementation "com.google.dagger:hilt-android:$hilt_version"