From cb84e47f14bc60355763ada96c590d06cb5ab8fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 00:47:44 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core-ktx to v1.18.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 52ddc65df23..9db176d2529 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -312,7 +312,7 @@ dependencies { exclude group: 'org.apache.httpcomponents', module: 'httpclient' }) - implementation 'androidx.core:core-ktx:1.17.0' + implementation 'androidx.core:core-ktx:1.18.0' implementation 'androidx.activity:activity-ktx:1.13.0' implementation 'com.github.nextcloud.android-common:ui:0.33.1' implementation 'com.github.nextcloud.android-common:core:0.33.1'