From ca7e137f0bf81eb95fa9e31f2d5a2f86e4c20ec3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 18:28:25 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-ktx to v1.9.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6f3387722a..af36ed1f72 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -323,7 +323,7 @@ dependencies { gplayImplementation 'com.google.android.gms:play-services-base:18.4.0' gplayImplementation "com.google.firebase:firebase-messaging:23.4.1" - implementation 'androidx.activity:activity-ktx:1.9.0' + implementation 'androidx.activity:activity-ktx:1.9.1' implementation 'com.github.nextcloud.android-common:ui:0.22.0'