From 259c2e7245c50b407a2e9325b6baa0a220439fc3 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 10 Nov 2025 23:45:08 +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 | 6 ++++++
library/build.gradle | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 02b37665df..e9d21104a1 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -224,6 +224,7 @@
+
@@ -549,6 +550,11 @@
+
+
+
+
+
diff --git a/library/build.gradle b/library/build.gradle
index eb59bbbec7..082acf56e7 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.5.0-jre'