From 21be231ea895b2127d2e7ed6b51401636b853a8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:09:39 +0000 Subject: [PATCH] Update dependency androidx.core:core-ktx 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 f9d29c1c..fda1ba05 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,7 +45,7 @@ licensee = { id = "app.cash.licensee", version.ref = "licensee" } skie = { id = "co.touchlab.skie", version = "0.9.3" } [libraries] -androidx-core = { module = "androidx.core:core-ktx", version = "1.13.1" } +androidx-core = { module = "androidx.core:core-ktx", version = "1.15.0" } androidx-datastore = { module = "androidx.datastore:datastore", version = "1.1.1" } androidx-workmanager = { module = "androidx.work:work-runtime-ktx", version.ref = "work" } androidx-startup = { module = "androidx.startup:startup-runtime", version = "1.2.0" }