From de548d3b092077100102e1a56d28ad34f03a0c63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 14:11:28 +0000 Subject: [PATCH] fix(deps): update dependency androidx.core:core to v1.15.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 32ada59..1ca9093 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ android-gradle = { module = "com.android.tools.build:gradle", version.ref = "and # AndroidX androidx-annotation = { module = "androidx.annotation:annotation", version = "1.8.2" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" } -androidx-core = { module = "androidx.core:core", version = "1.13.1" } +androidx-core = { module = "androidx.core:core", version = "1.15.0" } androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.13.1" } androidx-fragment-ktx = { module = "androidx.fragment:fragment-ktx", version = "1.8.5" } androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle-version" }