From ab8acc0874f0f66d273dff541fa1a7592ec67400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 12:34:15 +0000 Subject: [PATCH] Bump androidx.leanback:leanback from 1.0.0 to 1.2.0 in the gradle group Bumps the gradle group with 1 update: androidx.leanback:leanback. Updates `androidx.leanback:leanback` from 1.0.0 to 1.2.0 --- updated-dependencies: - dependency-name: androidx.leanback:leanback dependency-version: 1.2.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 521d25b..3a4d9fb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.16.0' - implementation 'androidx.leanback:leanback:1.0.0' + implementation 'androidx.leanback:leanback:1.2.0' implementation 'androidx.appcompat:appcompat:1.7.0' // https://mvnrepository.com/artifact/com.squareup.retrofit2/retrofit