From aae04e5c4c2dc5aa11c42acd5635727effc194ea Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 11 Mar 2026 20:49:32 +0000
Subject: [PATCH] fix(deps): update dependency androidx.core:core-ktx to
v1.18.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
core/build.gradle | 2 +-
gradle/verification-metadata.xml | 17 +++++++++++++++++
sample/build.gradle | 2 +-
ui/build.gradle | 2 +-
4 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/core/build.gradle b/core/build.gradle
index 3ce56018..cf44c33b 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -43,7 +43,7 @@ android {
}
dependencies {
- implementation 'androidx.core:core-ktx:1.17.0'
+ implementation 'androidx.core:core-ktx:1.18.0'
implementation 'androidx.appcompat:appcompat:1.7.1'
implementation 'com.google.android.material:material:1.13.0'
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 109f45a1..584a5411 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -44,6 +44,9 @@
+
+
+
@@ -58,6 +61,7 @@
+
@@ -3427,6 +3431,11 @@
+
+
+
+
+
@@ -14282,6 +14291,14 @@
+
+
+
+
+
+
+
+
diff --git a/sample/build.gradle b/sample/build.gradle
index eb7a89cf..c35d96aa 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -39,7 +39,7 @@ android {
}
dependencies {
- implementation 'androidx.core:core-ktx:1.17.0'
+ implementation 'androidx.core:core-ktx:1.18.0'
implementation 'androidx.appcompat:appcompat:1.7.1'
implementation 'com.google.android.material:material:1.13.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
diff --git a/ui/build.gradle b/ui/build.gradle
index 3039721a..92915ad3 100644
--- a/ui/build.gradle
+++ b/ui/build.gradle
@@ -54,7 +54,7 @@ dependencies {
implementation("com.vanniktech:ui:0.10.0")
- implementation 'androidx.core:core-ktx:1.17.0'
+ implementation 'androidx.core:core-ktx:1.18.0'
implementation 'androidx.appcompat:appcompat:1.7.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.3.0'