From 53800e646ea74e47776bdc2940c96159fea11eb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 21:49:37 +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 5a3f56e262..f516af8033 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -299,7 +299,7 @@ dependencies { }) implementation 'androidx.core:core-ktx:1.13.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.23.0' implementation 'com.github.nextcloud-deps:android-talk-webrtc:121.6167.0'