From e057b9eb7a9446c04105a81deb88dee149a9353a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 09:04:57 +0000 Subject: [PATCH] Bump androidx.constraintlayout:constraintlayout from 2.2.1 to 2.2.2 Bumps androidx.constraintlayout:constraintlayout from 2.2.1 to 2.2.2. --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sample/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle.kts b/sample/build.gradle.kts index bf03d71..1ef9d15 100644 --- a/sample/build.gradle.kts +++ b/sample/build.gradle.kts @@ -68,7 +68,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.4.0") implementation("androidx.appcompat:appcompat:1.7.1") implementation("androidx.core:core-ktx:1.18.0") - implementation("androidx.constraintlayout:constraintlayout:2.2.1") + implementation("androidx.constraintlayout:constraintlayout:2.2.2") implementation("com.jakewharton.timber:timber:5.0.1") implementation("com.google.android.material:material:1.14.0")