From f5d242d6e35039cb72767211b4b27120e1f5109b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:55:12 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core to v1.18.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 6 ++++++ lib/build.gradle | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index d1f80720..26e17711 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -34,6 +34,7 @@ + @@ -676,6 +677,11 @@ + + + + + diff --git a/lib/build.gradle b/lib/build.gradle index 94a11c02..043fe20d 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -136,7 +136,7 @@ dependencies { implementation "androidx.appcompat:appcompat:1.7.1" implementation 'androidx.annotation:annotation:1.9.1' - implementation 'androidx.core:core:1.17.0' + implementation 'androidx.core:core:1.18.0' implementation 'androidx.fragment:fragment:1.8.9' implementation 'com.google.android.material:material:1.13.0'