From 08ed58cc8d3bf512e3cbf041428491111d5eda04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 23:38:25 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.12.0 to 1.13.0 Bumps androidx.core:core-ktx from 1.12.0 to 1.13.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 22e4ac8..18501df 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ androidx-lifecycle = "2.7.0" androidx-navigation = "2.7.7" [libraries] -androidx-core = "androidx.core:core-ktx:1.12.0" +androidx-core = "androidx.core:core-ktx:1.13.0" androidx-appcompat = "androidx.appcompat:appcompat:1.6.1" androidx-annotation = "androidx.annotation:annotation:1.7.1" androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"