From 9960e663946f39ac52a91a0b0e3c3c066685d3b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 04:51:39 +0000 Subject: [PATCH] Bump activity-compose from 1.5.0 to 1.5.1 in /app Bumps activity-compose from 1.5.0 to 1.5.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 d51c86fcd..449c20d75 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -179,7 +179,7 @@ dependencies { //compose // Integration with activities - implementation 'androidx.activity:activity-compose:1.5.0' + implementation 'androidx.activity:activity-compose:1.5.1' // Compose Material Design implementation "androidx.compose.material:material:$compose_version" // Animations