From 3246faa88b470669891710bede649357d7fdecb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:01:41 +0000 Subject: [PATCH] Bump androidx.coordinatorlayout:coordinatorlayout from 1.2.0 to 1.3.0 Bumps androidx.coordinatorlayout:coordinatorlayout from 1.2.0 to 1.3.0. --- updated-dependencies: - dependency-name: androidx.coordinatorlayout:coordinatorlayout dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 b6169f600..fd8c79db8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,7 +59,7 @@ android { dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' + implementation 'androidx.coordinatorlayout:coordinatorlayout:1.3.0' implementation 'androidx.core:core-splashscreen:1.0.1' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.4' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'