From 30ebb2bc4bac02ac7f86deca4197070b023ffdd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 03:01:55 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.12.0 to 1.19.0 in /mobile-executor Bumps androidx.core:core-ktx from 1.12.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] --- mobile-executor/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile-executor/app/build.gradle.kts b/mobile-executor/app/build.gradle.kts index d25fc03..c3f4226 100644 --- a/mobile-executor/app/build.gradle.kts +++ b/mobile-executor/app/build.gradle.kts @@ -26,7 +26,7 @@ android { } dependencies { - implementation("androidx.core:core-ktx:1.12.0") + implementation("androidx.core:core-ktx:1.19.0") implementation("androidx.appcompat:appcompat:1.6.1") implementation("com.squareup.okhttp3:okhttp:4.12.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")