From 215ce19570c4dfcca006ce36bd6cb4e6c35a1908 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 13:36:59 +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 | 7 +++++++ lib/build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 5400d5d1..639b2a3c 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -34,6 +34,7 @@ + @@ -154,6 +155,7 @@ + @@ -674,6 +676,11 @@ + + + + + diff --git a/lib/build.gradle b/lib/build.gradle index efa9f1bf..39bbf0e7 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'