From ce6b5ee5664517b8267e2eb311b969bed1e987c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:46:20 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core to v1.13.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 12 ++++++++++++ lib/build.gradle | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 88fa47d5..06e8b270 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -89,6 +89,7 @@ + @@ -117,6 +118,7 @@ + @@ -308,6 +310,11 @@ + + + + + @@ -576,6 +583,11 @@ + + + + + diff --git a/lib/build.gradle b/lib/build.gradle index 7dd59a6e..e7d6b11b 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -118,7 +118,7 @@ dependencies { implementation "androidx.appcompat:appcompat:1.6.1" implementation 'androidx.annotation:annotation:1.7.1' - implementation 'androidx.core:core:1.12.0' + implementation 'androidx.core:core:1.13.0' implementation 'androidx.fragment:fragment:1.6.2' implementation 'com.google.android.material:material:1.11.0'