From a9faca8391a01ed23df6cd9ae1d2b5c4cc780e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 08:22:01 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.12.0 to 1.13.0 Bumps androidx.core:core-ktx from 1.12.0 to 1.13.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sample/build.gradle.kts | 2 +- validable/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/build.gradle.kts b/sample/build.gradle.kts index 7bba0e0..0ad2a04 100644 --- a/sample/build.gradle.kts +++ b/sample/build.gradle.kts @@ -53,7 +53,7 @@ android { dependencies { implementation(project(":validable")) - implementation("androidx.core:core-ktx:1.12.0") + implementation("androidx.core:core-ktx:1.13.0") implementation("androidx.appcompat:appcompat:1.6.1") implementation("com.google.android.material:material:1.11.0") diff --git a/validable/build.gradle.kts b/validable/build.gradle.kts index d1e3e6a..24a8170 100644 --- a/validable/build.gradle.kts +++ b/validable/build.gradle.kts @@ -51,7 +51,7 @@ android { } dependencies { - implementation("androidx.core:core-ktx:1.12.0") + implementation("androidx.core:core-ktx:1.13.0") implementation(platform("androidx.compose:compose-bom:2024.04.00")) implementation("androidx.appcompat:appcompat:1.6.1") implementation("androidx.compose.ui:ui")