From 7ffb43e5f205d70799e9fa8f535677bdad181797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 05:11:30 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core-ktx to v1.13.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 44 ++++++++++++++++++++++++++++++++ library/build.gradle | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index d5bcd295c..4d67a6571 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -115,6 +115,7 @@ + @@ -138,6 +139,7 @@ + @@ -263,6 +265,14 @@ + + + + + + + + @@ -279,6 +289,14 @@ + + + + + + + + @@ -348,6 +366,11 @@ + + + + + @@ -576,6 +599,11 @@ + + + + + @@ -629,6 +657,14 @@ + + + + + + + + @@ -645,6 +681,14 @@ + + + + + + + + diff --git a/library/build.gradle b/library/build.gradle index 04d9cae10..aa577eaf5 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.8.2' compileOnly 'com.google.code.findbugs:annotations:3.0.1u2' - implementation "androidx.core:core-ktx:1.12.0" + implementation "androidx.core:core-ktx:1.13.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation 'com.google.guava:guava:28.2-android'