From d5cc48ed745c505843f766945504675d47d0e2bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 02:33:31 +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 9800151..10fa85c 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ ext { core_ktx_version = '1.2.0-beta01' material_version = '1.1.0-beta01' recyclerview_version = '1.1.0-rc01' - constraintlayout_version = '2.0.0-beta3' + constraintlayout_version = '2.1.0' rxbinding_version = '3.0.0' paging_version = '2.1.0'