From 620c98130e0319bd71367f2158e4ffb770339c6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 04:29:01 +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 22ac2f3..02fe25c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ conventions = "xyz.tynn.convention.project:0.0.5" [libraries] androidx-annotation = "androidx.annotation:annotation:1.7.1" androidx-core = "androidx.core:core:1.13.0" -androidx-core-ktx = "androidx.core:core-ktx:1.13.0" +androidx-core-ktx = "androidx.core:core-ktx:1.13.1" androidx-datastore = "androidx.datastore:datastore:1.1.0" androidx-fragment = "androidx.fragment:fragment:1.6.2" androidx-lifecycle-savedstate = "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0"