From 5ef025eb6de1ff298b67b82b21197de92cde24bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:53:05 +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 1529717..ca64b9c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ kotiln-ksp = "2.1.0-1.0.29" kotlin-coroutines = "1.9.0" versions = "0.51.0" dokka = "2.0.0" -core-ktx = "1.13.1" +core-ktx = "1.15.0" junit = "4.13.2" lifecycle-runtime-ktx = "2.8.7" activity-compose = "1.9.3"