From 7bf22c825bea09d7a9596f330622ce86b835d765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 14:17:59 +0000 Subject: [PATCH] chore(deps): bump androidx.core:core-ktx 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] --- .../flutter/flet_uth_background_sync/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/flet_uth_background_sync/flutter/flet_uth_background_sync/android/build.gradle b/extensions/flet_uth_background_sync/flutter/flet_uth_background_sync/android/build.gradle index 9d76b3b..44c8180 100644 --- a/extensions/flet_uth_background_sync/flutter/flet_uth_background_sync/android/build.gradle +++ b/extensions/flet_uth_background_sync/flutter/flet_uth_background_sync/android/build.gradle @@ -39,7 +39,7 @@ dependencies { if (project.hasProperty('flutterEmbeddingJar')) { compileOnly files(project.property('flutterEmbeddingJar')) } - implementation 'androidx.core:core-ktx:1.17.0' + implementation 'androidx.core:core-ktx:1.19.0' implementation 'androidx.work:work-runtime-ktx:2.11.2' implementation 'androidx.room:room-runtime:2.8.4' implementation 'androidx.room:room-ktx:2.8.4'