From 1aa515f3d75158fbc69e941b00b18bba08e48eac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 16:50:30 +0000 Subject: [PATCH] Update dependency androidx.constraintlayout:constraintlayout to v2.2.2 --- WebViewSample/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebViewSample/app/build.gradle b/WebViewSample/app/build.gradle index dd2c5a5..99ef66e 100644 --- a/WebViewSample/app/build.gradle +++ b/WebViewSample/app/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'com.google.android.material:material:1.6.1' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.constraintlayout:constraintlayout:2.2.2' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'