From 97c2ab0f84812156f81367377d57df2936551612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 08:59:11 +0000 Subject: [PATCH] chore(phone): bump androidx.core:core-ktx in /phone Bumps androidx.core:core-ktx from 1.13.1 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] --- phone/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phone/app/build.gradle.kts b/phone/app/build.gradle.kts index 654ff4a..43a5d35 100644 --- a/phone/app/build.gradle.kts +++ b/phone/app/build.gradle.kts @@ -73,7 +73,7 @@ android { } dependencies { - implementation("androidx.core:core-ktx:1.13.1") + implementation("androidx.core:core-ktx:1.19.0") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.4") implementation("androidx.activity:activity-compose:1.9.1") implementation(platform("androidx.compose:compose-bom:2024.08.00"))