From 2caeed64f2323c63bf9866344babef2e8f06044e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 05:47:15 +0000 Subject: [PATCH] Bump androidx.activity:activity-ktx from 1.6.1 to 1.7.0 in /app Bumps androidx.activity:activity-ktx from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx 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 ad30c84fc..6702362f2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -156,7 +156,7 @@ dependencies { //androidX implementation('androidx.core:core-ktx:1.9.0') implementation('androidx.appcompat:appcompat:1.6.1') - implementation('androidx.activity:activity-ktx:1.6.1') + implementation('androidx.activity:activity-ktx:1.7.0') implementation('androidx.fragment:fragment-ktx:1.5.6') implementation('androidx.preference:preference-ktx:1.2.0') implementation('androidx.constraintlayout:constraintlayout:2.1.4')