From 023220f1b1d471082c6c3adff1a3dda7aedf39f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 09:08:03 +0200 Subject: [PATCH] Bump androidx.core:core-ktx from 1.13.0 to 1.13.1 (#70) 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] 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 95bced3..0796a9a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ kotlin = "1.9.23" [libraries] androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } -androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.13.0" } +androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.13.1" } detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" } junit = { module = "junit:junit", version = "4.13.2" } material = { module = "com.google.android.material:material", version = "1.11.0" }