From 5f65b9f1d59a064c02f2409fda61491540eb0de3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 10:13:15 +0000 Subject: [PATCH] Bump constraintlayout from 1.1.3 to 2.0.4 Bumps constraintlayout from 1.1.3 to 2.0.4. Signed-off-by: dependabot-preview[bot] --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index db622e7..9eea3a1 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "androidx.appcompat:appcompat:$appcompat_version" implementation "androidx.core:core-ktx:$core_version" - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation "com.google.android.material:material:$material_version" testImplementation 'junit:junit:4.13' androidTestImplementation 'androidx.test:runner:1.2.0'