From 5bf69db29602801e2dff760cc11014b722ab40bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 07:03:05 +0000 Subject: [PATCH] Bump androidx.constraintlayout:constraintlayout from 2.2.0 to 2.2.1 Bumps androidx.constraintlayout:constraintlayout from 2.2.0 to 2.2.1. --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... 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 aa31708c6..63cb19573 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -111,7 +111,7 @@ android { dependencies { // AndroidX implementation("androidx.appcompat:appcompat:1.7.0") - implementation("androidx.constraintlayout:constraintlayout:2.2.0") + implementation("androidx.constraintlayout:constraintlayout:2.2.1") implementation("androidx.core:core-ktx:1.15.0") implementation("androidx.core:core-splashscreen:1.0.1") implementation("androidx.exifinterface:exifinterface:1.4.0")