From d87bd6dda951ae2b9b2be3e3d83447a75a237fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 12:43:14 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.10.1 to 1.13.1 Bumps androidx.core:core-ktx from 1.10.1 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] --- app/build.gradle | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 50ca6ef..b5decaa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' implementation 'androidx.appcompat:appcompat:1.6.1' implementation project(':library') - implementation "androidx.core:core-ktx:1.10.1" + implementation "androidx.core:core-ktx:1.13.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'com.google.android.material:material:1.8.0' diff --git a/library/build.gradle b/library/build.gradle index d02fe8a..eb809e5 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -36,7 +36,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' - implementation "androidx.core:core-ktx:1.10.1" + implementation "androidx.core:core-ktx:1.13.1" api "com.github.AppDevNext.Logcat:LogcatCoreLib:3.2" implementation "com.squareup.okhttp3:okhttp:4.11.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"