From 4d8d6e7a1f9b4fd4d5a593fe758df19f9400400e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 04:37:38 +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] --- buildsystem/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsystem/dependencies.gradle b/buildsystem/dependencies.gradle index 484f82a6..e99ea3c6 100644 --- a/buildsystem/dependencies.gradle +++ b/buildsystem/dependencies.gradle @@ -15,7 +15,7 @@ ext { ankoCommonsSupportV7: "org.jetbrains.anko:anko-appcompat-v7-commons:$ankoVersion", ankoCommonsSupportV4: "org.jetbrains.anko:anko-support-v4-commons:$ankoVersion", appCompat : 'androidx.appcompat:appcompat:1.1.0', - constraintLayout : 'androidx.constraintlayout:constraintlayout:2.0.0-beta3', + constraintLayout : 'androidx.constraintlayout:constraintlayout:2.1.0', design : 'com.google.android.material:material:1.0.0', rxJava2 : "io.reactivex.rxjava2:rxjava:2.2.14", rxKotlin2 : "io.reactivex.rxjava2:rxkotlin:2.4.0",