From 1ed3b2b58a8bb4a532686e24b444753ccf925ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 12:09:51 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.15.0 to 1.16.0 in the gradle group Bumps the gradle group with 1 update: androidx.core:core-ktx. Updates `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 dependency-group: gradle ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9e565a9..521d25b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.core:core-ktx:1.15.0' + implementation 'androidx.core:core-ktx:1.16.0' implementation 'androidx.leanback:leanback:1.0.0' implementation 'androidx.appcompat:appcompat:1.7.0'