From b9aad7b14bf4abf6d0ba39d1e4677f90c96cd5e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 01:57:25 +0000 Subject: [PATCH] Build(deps): Bump androidx.activity:activity-ktx from 1.7.1 to 1.7.2 Bumps androidx.activity:activity-ktx from 1.7.1 to 1.7.2. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-type: direct:production update-type: version-update:semver-patch ... 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 a6e1ba438..66cba53d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -301,7 +301,7 @@ dependencies { gplayImplementation 'com.google.android.gms:play-services-base:18.2.0' gplayImplementation "com.google.firebase:firebase-messaging:23.1.2" - implementation 'androidx.activity:activity-ktx:1.7.1' + implementation 'androidx.activity:activity-ktx:1.7.2' implementation 'com.github.nextcloud.android-common:ui:0.10.0'