From 0a44eb85c2641549960d01964d24ceb6cf297d50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 15:03:49 +0000 Subject: [PATCH] fix(deps): update dependency androidx.activity:activity-ktx to v1.10.0 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 44a945ffe0..d1fd790555 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -301,7 +301,7 @@ dependencies { }) implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.activity:activity-ktx:1.9.3' + implementation 'androidx.activity:activity-ktx:1.10.0' implementation 'com.github.nextcloud.android-common:ui:0.23.2' implementation 'com.github.nextcloud-deps:android-talk-webrtc:132.6834.0'