From f87074f555e9db79d5acb33f2320a424a252eae4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 20:34:06 +0000 Subject: [PATCH] Bump constraintlayout from 2.0.0-beta3 to 2.1.0 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.0.0-beta3 to 2.1.0. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits/2.1.0) 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..f70f0c4 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' dynamicanimation_version = '1.0.0' navigation_version = '2.1.0' espresso_version = '3.2.0'