From 1fc2cc252e4e25b88ff73174fc3c7ec9ca0bf873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 08:36:51 +0000 Subject: [PATCH] Bump androidxActivityVersion from 1.9.1 to 1.9.2 Bumps `androidxActivityVersion` from 1.9.1 to 1.9.2. Updates `androidx.activity:activity` from 1.9.1 to 1.9.2 Updates `androidx.activity:activity-ktx` from 1.9.1 to 1.9.2 Updates `androidx.activity:activity-compose` from 1.9.1 to 1.9.2 --- updated-dependencies: - dependency-name: androidx.activity:activity dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.activity:activity-ktx dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9407e539aaff..4a307c64591d 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ ext { androidxConstraintlayoutVersion = '2.1.4' androidxConstraintlayoutComposeVersion = '1.0.1' androidxCoreVersion = '1.10.0' - androidxActivityVersion = '1.9.1' + androidxActivityVersion = '1.9.2' androidxFragmentVersion = '1.8.2' androidxGridlayoutVersion = '1.0.0' androidxLifecycleVersion = '2.8.4'