From 269e2518b78e332d48ffa144865636f7966f3da9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 05:59:40 +0000 Subject: [PATCH] Bump constraintlayout from 1.1.3 to 2.0.3 Bumps constraintlayout from 1.1.3 to 2.0.3. 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..bb7348c 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.3' implementation "com.google.android.material:material:$material_version" testImplementation 'junit:junit:4.13' androidTestImplementation 'androidx.test:runner:1.2.0'