From 3576138412754fc37f4f73ec41727c9ff67c979c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 13:03:17 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core-ktx to v1.17.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 5 +++++ library/build.gradle | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index eaf456826..b76da62c5 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -543,6 +543,11 @@ + + + + + diff --git a/library/build.gradle b/library/build.gradle index f61293c25..fcb8f4205 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.9.1' compileOnly 'com.google.code.findbugs:annotations:3.0.1' - implementation "androidx.core:core-ktx:1.16.0" + implementation "androidx.core:core-ktx:1.17.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation 'com.google.guava:guava:33.4.8-jre'