From 86cde8ee712f9406402c3719507999edb8580a28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 00:08:07 +0000 Subject: [PATCH] Bump androidx.activity:activity-compose from 1.4.0 to 1.9.2 Bumps androidx.activity:activity-compose from 1.4.0 to 1.9.2. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- androidApp/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index dfa42a2..77e2237 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -84,7 +84,7 @@ dependencies { kapt("androidx.room:room-compiler:$roomVersion") @Suppress("GradleDependency") // WIP - implementation("androidx.activity:activity-compose:1.4.0") + implementation("androidx.activity:activity-compose:1.9.2") implementation("com.google.accompanist:accompanist-flowlayout:0.24.7-alpha")