From aafcbe33639c817e9f319c27fa838bd686ab081a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:41:05 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.13.0 to 1.13.1 Bumps androidx.core:core-ktx from 1.13.0 to 1.13.1. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-patch ... 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 6131b4c..32039cf 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.13.0" +androidx-core = "androidx.core:core-ktx:1.13.1" androidx-appcompat = "androidx.appcompat:appcompat:1.6.1" androidx-annotation = "androidx.annotation:annotation:1.7.1" androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"