From 83afc92b0378372edb090659ce43d64b7d6ec042 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 20:37:01 +0000 Subject: [PATCH] Bump constraintlayout from 2.0.0-beta3 to 2.1.0-rc01 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.0.0-beta3 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 a9cbc77..43507b6 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { kotlin_version = '1.3.61' appcompat_version = '1.1.0' corektx_version = '1.1.0' - constraintlayout_version = '2.0.0-beta3' + constraintlayout_version = '2.1.0-rc01' dynamicanimation_version = '1.0.0' navigation_version = '2.1.0' espresso_version = '3.2.0'