From 43bc913d4bfc95be9f1e05b31945988c4d57d332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 04:51:01 +0000 Subject: [PATCH] Bump activity-compose from 1.6.0 to 1.6.1 in /app Bumps activity-compose from 1.6.0 to 1.6.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 4c79bcec8..acf8b5875 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -173,7 +173,7 @@ dependencies { //compose // Integration with activities - implementation 'androidx.activity:activity-compose:1.6.0' + implementation 'androidx.activity:activity-compose:1.6.1' // Compose Material Design implementation "androidx.compose.material:material:$compose_version" // Animations