From 780e90ddb00ccb76c450259f02ed080ef197a387 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 07:15:22 +0000 Subject: [PATCH] Bump constraintlayout from 2.0.0-beta4 to 2.1.0-rc01 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.0.0-beta4 to 2.1.0-rc01. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bad6520..722860e 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { annotationSupportVersion = '28.0.0' appCompatVersion = '1.2.0' archLifecycleVersion = '2.3.1' - constraintLayoutVersion = '2.0.0-beta4' + constraintLayoutVersion = '2.1.0-rc01' coreTestingVersion = '2.1.0' coroutinesVersion = '1.3.3-native-mt' espressoVersion = '3.2.0'