From 8980bd0f64e62e89ea474e751840e5a7a0676f7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 10:44:43 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core-ktx to v1.16.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 fc87a34e8..5875ac5cd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -301,7 +301,7 @@ dependencies { exclude group: 'org.apache.httpcomponents', module: 'httpclient' }) - implementation 'androidx.core:core-ktx:1.13.1' + implementation 'androidx.core:core-ktx:1.16.0' implementation 'androidx.activity:activity-ktx:1.10.1' implementation 'com.github.nextcloud.android-common:ui:0.26.0' implementation 'com.github.nextcloud-deps:android-talk-webrtc:132.6834.0'