From 800ce0d4d95cc3c874c623008db802ea0ad6f14d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 04:52:50 +0000 Subject: [PATCH] Bump activity-compose from 1.5.1 to 1.6.0 in /app Bumps activity-compose from 1.5.1 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-minor ... 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 a504ed40d..f7d666ccd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -172,7 +172,7 @@ dependencies { //compose // Integration with activities - implementation 'androidx.activity:activity-compose:1.5.1' + implementation 'androidx.activity:activity-compose:1.6.0' // Compose Material Design implementation "androidx.compose.material:material:$compose_version" // Animations