From 3844db34f974fe39d0690b0c8ff3df0d410525b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 04:36:04 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core-ktx to v1.19.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- core/build.gradle | 2 +- gradle/verification-metadata.xml | 15 +++++++++++++++ sample/build.gradle | 2 +- ui/build.gradle | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/core/build.gradle b/core/build.gradle index ab56f108..80ab8ee4 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -43,7 +43,7 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.18.0' + implementation 'androidx.core:core-ktx:1.19.0' implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.google.android.material:material:1.14.0' diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 4e5ef6ab..f44d87a3 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -376,6 +376,11 @@ + + + + + @@ -3440,6 +3445,11 @@ + + + + + @@ -17362,6 +17372,11 @@ + + + + + diff --git a/sample/build.gradle b/sample/build.gradle index e6501918..dd9bcd26 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -39,7 +39,7 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.18.0' + implementation 'androidx.core:core-ktx:1.19.0' implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.google.android.material:material:1.14.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' diff --git a/ui/build.gradle b/ui/build.gradle index 52a7e6aa..79a3d469 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.18.0' + implementation 'androidx.core:core-ktx:1.19.0' implementation 'androidx.appcompat:appcompat:1.7.1' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.3.0'