From 887dd8daa58bb7fcab2937f5ef272797b80524fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 10:45:17 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.10.1 to 1.12.0 Bumps androidx.core:core-ktx from 1.10.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] --- 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 4d0e2c8..a0b72f8 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -25,7 +25,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation project(':library') - implementation "androidx.core:core-ktx:1.10.1" + implementation "androidx.core:core-ktx:1.12.0" 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 03830d7..96dca59 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -6,7 +6,7 @@ plugins { dependencies { implementation 'androidx.recyclerview:recyclerview:1.3.1' - implementation "androidx.core:core-ktx:1.10.1" + implementation "androidx.core:core-ktx:1.12.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" }