From 51e0987a6a86e563ef89ceb95339c25fb331f484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:57:44 +0000 Subject: [PATCH] Bump androidx.activity:activity-compose from 1.8.0 to 1.8.1 in /examples 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] --- examples/android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/android/build.gradle.kts b/examples/android/build.gradle.kts index 8a16e673..86ea76d0 100644 --- a/examples/android/build.gradle.kts +++ b/examples/android/build.gradle.kts @@ -8,7 +8,7 @@ val composeCompilerVersion = "1.5.3" dependencies { implementation(project(":stub-android")) - implementation("androidx.activity:activity-compose:1.8.0") + implementation("androidx.activity:activity-compose:1.8.1") implementation("androidx.compose.foundation:foundation-layout:$composeVersion") implementation("androidx.compose.material:material:$composeVersion") implementation("androidx.compose.runtime:runtime:$composeVersion")