From 78d41528d3a1c92eb628524a6a7245742dc6b0f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:12:30 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.3.2 to 1.10.1 Bumps androidx.core:core-ktx from 1.3.2 to 1.10.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 07901bc..cb7588d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2" implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'androidx.core:core-ktx:1.3.2' + implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' // base Spokestack dependency