From 1309a6d4ce02a13e705f1e091b37b79a932fbf07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 03:55:49 +0000 Subject: [PATCH] [Update]: Bump androidx.core:core-ktx from 1.13.1 to 1.15.0 Bumps androidx.core:core-ktx from 1.13.1 to 1.15.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 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3bef772..814328d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation(project(":capturable")) // Android - implementation 'androidx.core:core-ktx:1.13.1' + implementation 'androidx.core:core-ktx:1.15.0' implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6' diff --git a/build.gradle b/build.gradle index b940bd9..2a42a9b 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { kotlinVersion = '2.0.21' dokkaVersion = '1.9.20' coroutinesVersion = '1.9.0' - androidCoreVersion = '1.13.1' + androidCoreVersion = '1.15.0' composeCompilerVersion = '1.5.8' composeBomVersion = '2024.10.00' jUnitVersion = '4.13.2'