From 6fdd68765f3960dc43c4a1bd3fb7838f52dfe02a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:25:18 +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 17c0014..a241458 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ androidx-lifecycle = "2.8.7" androidx-navigation = "2.8.3" [libraries] -androidx-core = "androidx.core:core-ktx:1.13.1" +androidx-core = "androidx.core:core-ktx:1.15.0" androidx-appcompat = "androidx.appcompat:appcompat:1.7.0" androidx-annotation = "androidx.annotation:annotation:1.9.1" androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0"