From a8323f20b6f5c64d36b19343d9a0f27a8bf6ab4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:16:48 +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] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9f95a44d..3c0226f9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -396,7 +396,7 @@ dependencies { implementation("com.google.net.cronet:cronet-okhttp:0.1.0") implementation("com.caverock:androidsvg:1.4") - implementation("androidx.core:core-ktx:1.12.0") + implementation("androidx.core:core-ktx:1.13.1") // timber implementation("com.jakewharton.timber:timber:5.0.1")