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