From 9ea569ecf8512a9f9bf1c61d1e81272c8d4b8d8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:31:52 +0000 Subject: [PATCH] Bump androidx.activity:activity-ktx from 1.8.0 to 1.8.1 Bumps androidx.activity:activity-ktx from 1.8.0 to 1.8.1. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx 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 43ae2607..1d52bf9b 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { coroutineVersion = '1.7.3' // Google libraries - activityVersion = '1.8.0' + activityVersion = '1.8.1' appCompatVersion = '1.6.1' constraintLayoutVersion = '2.1.4' materialComponentsVersion = '1.10.0'