From 801c0fe55c424b219bd99ab8def12a6fc0cd1ae7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 17:52:09 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core-ktx to v1.19.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d941da2f..1b8fe41b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ accompanist-permissions = { module = "com.google.accompanist:accompanist-permiss androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.13.0" } androidx-animation = { module = "androidx.compose.animation:animation" } androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2026.06.01" } -androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.18.0" } +androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.19.0" } androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version = "1.2.0" } androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version = "1.2.1" } androidx-datastore = { module = "androidx.datastore:datastore", version = "1.2.1" }