From 92367698a5ddfdfbabb57381b325397f089251da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:27:25 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.18.0 to 1.19.0 Bumps androidx.core:core-ktx from 1.18.0 to 1.19.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sample/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle.kts b/sample/build.gradle.kts index c83ed8f..f4599f0 100644 --- a/sample/build.gradle.kts +++ b/sample/build.gradle.kts @@ -67,7 +67,7 @@ android { dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.21") implementation("androidx.appcompat:appcompat:1.7.1") - implementation("androidx.core:core-ktx:1.18.0") + implementation("androidx.core:core-ktx:1.19.0") implementation("androidx.constraintlayout:constraintlayout:2.2.1") implementation("com.jakewharton.timber:timber:5.0.1") implementation("com.google.android.material:material:1.13.0")