From 8469ef0e5c15a66fd27c6cfc923eb5180adaa85a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 04:25:42 +0000 Subject: [PATCH] Bump androidx.core:core from 1.12.0 to 1.13.0 Bumps androidx.core:core from 1.12.0 to 1.13.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1f7f40e..62edd62 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,8 +10,8 @@ conventions = "xyz.tynn.convention.project:0.0.5" [libraries] androidx-annotation = "androidx.annotation:annotation:1.7.1" -androidx-core = "androidx.core:core:1.12.0" -androidx-core-ktx = "androidx.core:core-ktx:1.12.0" +androidx-core = "androidx.core:core:1.13.0" +androidx-core-ktx = "androidx.core:core-ktx:1.13.0" androidx-datastore = "androidx.datastore:datastore:1.0.0" androidx-fragment = "androidx.fragment:fragment:1.6.2" androidx-lifecycle-savedstate = "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0"