From 7bce09afe58dad1567c0aec3b8b04a4b8f8ad7b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 23:09:36 +0200 Subject: [PATCH] Bump androidx.core:core-ktx from 1.12.0 to 1.13.1 (#74) Bumps androidx.core:core-ktx from 1.12.0 to 1.13.1. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 b254b76..577088d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ kotlin = "1.9.23" [libraries] androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } -androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0" } +androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.13.1" } androidx-junit = { module = "androidx.test.ext:junit", version = "1.1.5" } androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidXLifecycle" } androidx-lifecycle-runtime-testing = { module = "androidx.lifecycle:lifecycle-runtime-testing", version.ref = "androidXLifecycle" }