From 55fd20cc0d8df646f55bec1a23eb90b5bcae4794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 02:14:37 +0000 Subject: [PATCH] build(deps): bump androidx.activity:activity-ktx from 1.5.0 to 1.8.0 Bumps androidx.activity:activity-ktx from 1.5.0 to 1.8.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 31a15880c..c1798aa9d 100644 --- a/build.gradle +++ b/build.gradle @@ -88,7 +88,7 @@ ext { multiDexVersion = '2.0.1' annotationLibraryVersion ='1.1.0' firebaseCrashlyticsVersion = '18.4.1' - activity_version = '1.5.0' + activity_version = '1.8.0' fragment_version = '1.5.0' composeVersion = '1.6.0-alpha05' composeCompiler = '1.3.2'