From 02a353158546c481b4f9d00819fbf860ef7caff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:03:11 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.17.0 to 1.19.0 Bumps androidx.core:core-ktx from 1.17.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] --- app/build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 78343446..d62f9864 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -170,7 +170,7 @@ android { dependencies { - implementation("androidx.core:core-ktx:1.17.0") + implementation("androidx.core:core-ktx:1.19.0") implementation ("androidx.activity:activity-ktx:1.13.0") implementation("androidx.appcompat:appcompat:1.7.0") implementation("com.google.android.material:material:1.13.0") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4e19ffc5..9e821cbf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] agp = "8.13.1" kotlin = "2.2.21" -coreKtx = "1.17.0" +coreKtx = "1.19.0" appcompat = "1.7.1" material = "1.13.0" activity = "1.13.0"