From 0178b0bc665a81d160cad095cfe7e6c0ba7db1d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:46:05 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.13.1 to 1.15.0 Bumps androidx.core:core-ktx from 1.13.1 to 1.15.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 43647d59..d604ac7d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0 androidx-compose = { module = "androidx.activity:activity-compose", version = "1.9.3" } androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.8.7" } -androidx-ktx = { module = "androidx.core:core-ktx", version = "1.13.1" } +androidx-ktx = { module = "androidx.core:core-ktx", version = "1.15.0" } androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", "version" = "1.3.2" } assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" } dokka-core = { module = "org.jetbrains.dokka:dokka-core", version.ref = "dokka" }