From d5cf35cc38f071161789c806b7fad9555fb689ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 20:25:28 +0000 Subject: [PATCH] fix(deps): update dependency androidx.constraintlayout:constraintlayout to v2.2.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index 90d78c0e..58d4fba8 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation project(path: ':lib') implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.google.android.material:material:1.14.0' - implementation 'androidx.constraintlayout:constraintlayout:2.2.1' + implementation 'androidx.constraintlayout:constraintlayout:2.2.2' implementation 'com.squareup.retrofit2:retrofit:3.0.0' testImplementation 'junit:junit:4.13.2'