From 94a71bf0348b268a6552fc205703474d0a0063a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 06:34:34 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.12.0 to 1.13.1 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] --- 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 6a57ff0..73e5ecc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ kotlinxCoroutines = "1.8.0" kotlinDokka = "1.9.20" jvmTarget = "11" androidxMaterial = "1.11.0" -androidxCore = "1.12.0" +androidxCore = "1.13.1" androidxAnnotation = "1.7.1" androidxLifecycle = "2.7.0" androidxActivity = "1.8.2"