From ab8741a0aecb8624251f6a335f2ff1f11ad827f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:08:32 +0000 Subject: [PATCH] Build(deps): Bump androidx.activity:activity-ktx from 1.7.2 to 1.8.0 Bumps androidx.activity:activity-ktx from 1.7.2 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b4630d888..070171238 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -306,7 +306,7 @@ dependencies { gplayImplementation 'com.google.android.gms:play-services-base:18.2.0' gplayImplementation "com.google.firebase:firebase-messaging:23.2.1" - implementation 'androidx.activity:activity-ktx:1.7.2' + implementation 'androidx.activity:activity-ktx:1.8.0' implementation 'com.github.nextcloud.android-common:ui:0.12.0'