From 178caf68237aef35c6bb00d745de41fd3d64a61d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 12:31:00 +0000 Subject: [PATCH] Update dependency androidx.constraintlayout:constraintlayout to v2.1.3 --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index e2534ce..522a70a 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -61,5 +61,5 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'androidx.core:core-ktx:1.6.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' }