From 6b037800e59c4d6bb520ceaf108ffd22c19d0a8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:23:13 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.7.0 to 1.12.0 Bumps androidx.core:core-ktx from 1.7.0 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 +- slider/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 42d4145..b4f9a3f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' implementation project(':slider') - implementation 'androidx.core:core-ktx:1.7.0' + implementation 'androidx.core:core-ktx:1.12.0' // Material Components implementation 'com.google.android.material:material:1.4.0' diff --git a/slider/build.gradle b/slider/build.gradle index 58cee6c..a2bfd20 100644 --- a/slider/build.gradle +++ b/slider/build.gradle @@ -25,7 +25,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.4.0' - implementation 'androidx.core:core-ktx:1.7.0' + implementation 'androidx.core:core-ktx:1.12.0' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'