From 74c988aa6746203d12b3c21f003da6a2d0dc6c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 02:43:07 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.15.0 to 1.16.0 Bumps androidx.core:core-ktx from 1.15.0 to 1.16.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 993adc791..00d3ed541 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -112,7 +112,7 @@ dependencies { // AndroidX implementation("androidx.appcompat:appcompat:1.7.0") implementation("androidx.constraintlayout:constraintlayout:2.2.1") - implementation("androidx.core:core-ktx:1.15.0") + implementation("androidx.core:core-ktx:1.16.0") implementation("androidx.core:core-splashscreen:1.0.1") implementation("androidx.exifinterface:exifinterface:1.4.0") implementation("androidx.palette:palette:1.0.0")