From 739099ecb02bc4206fa1eaec009e8e109ca53b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 02:29:28 +0000 Subject: [PATCH] Build(deps): 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bfefab5f72..dae4415714 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -307,7 +307,7 @@ dependencies { gplayImplementation 'com.google.android.gms:play-services-base:18.2.0' gplayImplementation "com.google.firebase:firebase-messaging:23.3.1" - implementation 'androidx.activity:activity-ktx:1.8.0' + implementation 'androidx.activity:activity-ktx:1.8.1' implementation 'com.github.nextcloud.android-common:ui:0.12.0'