From e70e035ace715d0bcde7152bed27ca70459989ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 07:26:25 +0000 Subject: [PATCH] chore(deps): bump activity-compose from 1.4.0 to 1.5.0 in /app Bumps activity-compose from 1.4.0 to 1.5.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4dbbf6327..42e6e8d42 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -173,12 +173,12 @@ dependencies { implementation('com.google.code.gson:gson:2.9.0') //lifecycle - def lifecycle_version = '2.4.1' + def lifecycle_version = '2.5.0' implementation("androidx.lifecycle:lifecycle-common-java8:$lifecycle_version") //compose // Integration with activities - implementation 'androidx.activity:activity-compose:1.4.0' + implementation 'androidx.activity:activity-compose:1.5.0' // Compose Material Design implementation 'androidx.compose.material:material:1.1.1' // Animations