From 6ceb1d542a88e86dc9ebae8d0ed2f2b1c11446d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:28:25 +0000 Subject: [PATCH] build(deps): bump androidx.core:core-ktx from 1.3.1 to 1.12.0 Bumps androidx.core:core-ktx from 1.3.1 to 1.12.0. --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 04152a791..ff04900e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,7 +89,7 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.5.2' implementation 'me.aflak.libraries:bluetooth:1.3.4' implementation 'com.caverock:androidsvg-aar:1.4' - implementation "androidx.core:core-ktx:1.3.1" + implementation "androidx.core:core-ktx:1.12.0" implementation 'com.android.support:multidex:1.0.3' implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.3.3' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.0-alpha07'