From 227b8e2a6203eebb8216fe1b9335d93beccfd1bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 10:56:27 +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] --- demo/build.gradle | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/build.gradle b/demo/build.gradle index 61e8557..36e528f 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -31,7 +31,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation project(':library') - implementation "androidx.core:core-ktx:1.12.0" + implementation "androidx.core:core-ktx:1.13.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.13.2' diff --git a/library/build.gradle b/library/build.gradle index f8f7aba..768b3fa 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -6,7 +6,7 @@ plugins { dependencies { implementation 'androidx.recyclerview:recyclerview:1.3.2' - implementation "androidx.core:core-ktx:1.12.0" + implementation "androidx.core:core-ktx:1.13.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" }