From dc8e1d5dbe97c5df1aa12571b71c7c4e258ed085 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 15:26:46 +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 | 10 ++++++++++ sample/build.gradle | 2 +- ui/build.gradle | 2 +- 4 files changed, 13 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..667e1a3e 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -376,6 +376,11 @@ + + + + + @@ -3440,6 +3445,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'