From dd4089dd965a1478fc16bb545812c66e4aec3796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:47:28 +0000 Subject: [PATCH] build(deps): bump androidx.constraintlayout:constraintlayout in /app Bumps androidx.constraintlayout:constraintlayout from 2.1.4 to 2.2.0. --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout 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 d9401be..400ae59 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,7 +86,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' - implementation "androidx.constraintlayout:constraintlayout:2.1.4" + implementation "androidx.constraintlayout:constraintlayout:2.2.0" implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.webkit:webkit:1.12.1'